Html Css Color HEX #C20336 Cardinal

📋 copy color: '#C20336'

red 194 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #C20336

Tints of Cardinal #C20336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 77.29%
G = 1.2%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20336 (or 0xC20336) is known color: Cardinal. HEX triplet: C2, 03 and 36. RGB value is (194,3,54). Sum of RGB (Red+Green+Blue) = 194+3+54=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20336 is #3DFCC9. Grayscale: #414141. Windows color (decimal): -4062410 or 3539906. OLE color: 3539906.

HSL color Cylindrical-coordinate representation of color #C20336: hue angle of 343.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20336 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 54 -
CMYK 0 0.98 0.72 0.24
HSL 343.98º 0.97% 0.39% -
HSV(B) 343.98º 0.98% 0.76% -
XYZ 22.95 11.8 4.56 -
YUV 65.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 194 3 54 0 0.98 0.72 0.24 343.98 0.97 0.39
Hex C2 3 36 0 62 48 18 158 61 27
Octal 302 3 66 0 142 110 30 530 141 47
Binary 11000010 11 110110 0 1100010 1001000 11000 101011000 1100001 100111

Color Harmonies of #C20336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20336

Black with #C20336

Text Example


Text Example

White with #C20336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20336; }

 p { color: rgb(194,3,54); }

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

background-color css

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

 a { background-color: rgb(194,3,54); }

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

border-color css

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

 span { border-color: rgb(194,3,54); }

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