Html Css Color HEX #C42731 Cardinal

📋 copy color: '#C42731'

red 196 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #C42731

Tints of Cardinal #C42731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 69.01%
G = 13.73%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C42731 (or 0xC42731) is known color: Cardinal. HEX triplet: C4, 27 and 31. RGB value is (196,39,49). Sum of RGB (Red+Green+Blue) = 196+39+49=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C42731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42731 is #3BD8CE. Grayscale: #575757. Windows color (decimal): -3922127 or 3221444. OLE color: 3221444.

HSL color Cylindrical-coordinate representation of color #C42731: hue angle of 356.18º 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 #C42731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 49 -
CMYK 0 0.80 0.75 0.23
HSL 356.18º 0.67% 0.46% -
HSV(B) 356.18º 0.8% 0.77% -
XYZ 24.04 13.41 4.23 -
YUV 87.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 196 39 49 0 0.80 0.75 0.23 356.18 0.67 0.46
Hex C4 27 31 0 50 4B 17 164 43 2E
Octal 304 47 61 0 120 113 27 544 103 56
Binary 11000100 100111 110001 0 1010000 1001011 10111 101100100 1000011 101110

Color Harmonies of #C42731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42731

Black with #C42731

Text Example


Text Example

White with #C42731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42731; }

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

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

background-color css

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

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

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

border-color css

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

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

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