Html Css Color HEX #C20D2E Cardinal

📋 copy color: '#C20D2E'

red 194 ◦ green 13 ◦ blue 46

#C20D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C20D2E

Tints of Cardinal #C20D2E

RGB

 RED value IS 194 (76.17% from 255) = 76.68%

 GREEN value IS 13 (5.47% from 255) = 5.14%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 76.68%
G = 5.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C20D2E (or 0xC20D2E) is known color: Cardinal. HEX triplet: C2, 0D and 2E. RGB value is (194,13,46). Sum of RGB (Red+Green+Blue) = 194+13+46=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D2E is #3DF2D1. Grayscale: #464646. Windows color (decimal): -4059858 or 3018178. OLE color: 3018178.

HSL color Cylindrical-coordinate representation of color #C20D2E: hue angle of 349.06º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 46 -
CMYK 0 0.93 0.76 0.24
HSL 349.06º 0.87% 0.41% -
HSV(B) 349.06º 0.93% 0.76% -
XYZ 22.89 11.95 3.69 -
YUV 70.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 194 13 46 0 0.93 0.76 0.24 349.06 0.87 0.41
Hex C2 D 2E 0 5D 4C 18 15D 57 29
Octal 302 15 56 0 135 114 30 535 127 51
Binary 11000010 1101 101110 0 1011101 1001100 11000 101011101 1010111 101001

Color Harmonies of #C20D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D2E

Black with #C20D2E

Text Example


Text Example

White with #C20D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D2E; }

 p { color: rgb(194,13,46); }

 H1.HeaderClassName
 {
   color: #C20D2E;
 }
 .AnyTagClassName
 {
   color: #C20D2E;
 }
</style>

background-color css

<style>
 a { background-color: #C20D2E; }

 a { background-color: rgb(194,13,46); }

 div.DivClassName
 {
   background-color: #C20D2E;
 }
 .BgClassName
 {
   background-color: #C20D2E;
 }
</style>

border-color css

<style>
 span { border-color: #C20D2E; }

 span { border-color: rgb(194,13,46); }

 td.TdClassName
 {
   border-color: #C20D2E;
 }
 .TagClassName
 {
   border-color: #C20D2E;
 }
</style>