Html Css Color HEX #C42242 Cardinal

📋 copy color: '#C42242'

red 196 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #C42242

Tints of Cardinal #C42242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 66.22%
G = 11.49%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42242 (or 0xC42242) is known color: Cardinal. HEX triplet: C4, 22 and 42. RGB value is (196,34,66). Sum of RGB (Red+Green+Blue) = 196+34+66=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C42242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42242 is #3BDDBD. Grayscale: #565656. Windows color (decimal): -3923390 or 4334276. OLE color: 4334276.

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

Color convert

RGB 196 34 66 -
CMYK 0 0.83 0.66 0.23
HSL 348.15º 0.7% 0.45% -
HSV(B) 348.15º 0.83% 0.77% -
XYZ 24.32 13.27 6.43 -
YUV 86.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 196 34 66 0 0.83 0.66 0.23 348.15 0.7 0.45
Hex C4 22 42 0 53 42 17 15C 46 2D
Octal 304 42 102 0 123 102 27 534 106 55
Binary 11000100 100010 1000010 0 1010011 1000010 10111 101011100 1000110 101101

Color Harmonies of #C42242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42242

Black with #C42242

Text Example


Text Example

White with #C42242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42242; }

 p { color: rgb(196,34,66); }

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

background-color css

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

 a { background-color: rgb(196,34,66); }

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

border-color css

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

 span { border-color: rgb(196,34,66); }

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