Html Css Color HEX #C42736 Cardinal

📋 copy color: '#C42736'

red 196 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #C42736

Tints of Cardinal #C42736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 67.82%
G = 13.49%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C42736 (or 0xC42736) is known color: Cardinal. HEX triplet: C4, 27 and 36. RGB value is (196,39,54). Sum of RGB (Red+Green+Blue) = 196+39+54=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C42736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42736 is #3BD8C9. Grayscale: #575757. Windows color (decimal): -3922122 or 3549124. OLE color: 3549124.

HSL color Cylindrical-coordinate representation of color #C42736: hue angle of 354.27º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42736 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 54 -
CMYK 0 0.80 0.72 0.23
HSL 354.27º 0.67% 0.46% -
HSV(B) 354.27º 0.8% 0.77% -
XYZ 24.16 13.45 4.81 -
YUV 87.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 196 39 54 0 0.80 0.72 0.23 354.27 0.67 0.46
Hex C4 27 36 0 50 48 17 162 43 2E
Octal 304 47 66 0 120 110 27 542 103 56
Binary 11000100 100111 110110 0 1010000 1001000 10111 101100010 1000011 101110

Color Harmonies of #C42736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42736

Black with #C42736

Text Example


Text Example

White with #C42736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42736; }

 p { color: rgb(196,39,54); }

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

background-color css

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

 a { background-color: rgb(196,39,54); }

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

border-color css

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

 span { border-color: rgb(196,39,54); }

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