Html Css Color HEX #C40243 Cardinal

📋 copy color: '#C40243'

red 196 ◦ green 2 ◦ blue 67

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

Shades of Cardinal #C40243

Tints of Cardinal #C40243

RGB

 RED value IS 196 (76.95% from 255) = 73.96%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 73.96%
G = 0.75%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C40243 (or 0xC40243) is known color: Cardinal. HEX triplet: C4, 02 and 43. RGB value is (196,2,67). Sum of RGB (Red+Green+Blue) = 196+2+67=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40243 is #3BFDBC. Grayscale: #434343. Windows color (decimal): -3931581 or 4391620. OLE color: 4391620.

HSL color Cylindrical-coordinate representation of color #C40243: hue angle of 339.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40243 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 67 -
CMYK 0 0.99 0.66 0.23
HSL 339.9º 0.98% 0.39% -
HSV(B) 339.9º 0.99% 0.77% -
XYZ 23.8 12.18 6.41 -
YUV 67.42 127.77 219.71 -
System Red Green Blue C M Y K H S L
Decimal 196 2 67 0 0.99 0.66 0.23 339.9 0.98 0.39
Hex C4 2 43 0 63 42 17 154 62 27
Octal 304 2 103 0 143 102 27 524 142 47
Binary 11000100 10 1000011 0 1100011 1000010 10111 101010100 1100010 100111

Color Harmonies of #C40243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40243

Black with #C40243

Text Example


Text Example

White with #C40243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40243; }

 p { color: rgb(196,2,67); }

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

background-color css

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

 a { background-color: rgb(196,2,67); }

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

border-color css

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

 span { border-color: rgb(196,2,67); }

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