Html Css Color HEX #C20D3E Cardinal

📋 copy color: '#C20D3E'

red 194 ◦ green 13 ◦ blue 62

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

Shades of Cardinal #C20D3E

Tints of Cardinal #C20D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 72.12%
G = 4.83%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C20D3E (or 0xC20D3E) is known color: Cardinal. HEX triplet: C2, 0D and 3E. RGB value is (194,13,62). Sum of RGB (Red+Green+Blue) = 194+13+62=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D3E is #3DF2C1. Grayscale: #484848. Windows color (decimal): -4059842 or 4066754. OLE color: 4066754.

HSL color Cylindrical-coordinate representation of color #C20D3E: hue angle of 343.76º 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 #C20D3E is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 62 -
CMYK 0 0.93 0.68 0.24
HSL 343.76º 0.87% 0.41% -
HSV(B) 343.76º 0.93% 0.76% -
XYZ 23.26 12.1 5.67 -
YUV 72.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 194 13 62 0 0.93 0.68 0.24 343.76 0.87 0.41
Hex C2 D 3E 0 5D 44 18 158 57 29
Octal 302 15 76 0 135 104 30 530 127 51
Binary 11000010 1101 111110 0 1011101 1000100 11000 101011000 1010111 101001

Color Harmonies of #C20D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D3E

Black with #C20D3E

Text Example


Text Example

White with #C20D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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