Html Css Color HEX #C31942 Cardinal

📋 copy color: '#C31942'

red 195 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #C31942

Tints of Cardinal #C31942

RGB

 RED value IS 195 (76.56% from 255) = 68.18%

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 68.18%
G = 8.74%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31942 (or 0xC31942) is known color: Cardinal. HEX triplet: C3, 19 and 42. RGB value is (195,25,66). Sum of RGB (Red+Green+Blue) = 195+25+66=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C31942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31942 is #3CE6BD. Grayscale: #505050. Windows color (decimal): -3991230 or 4331971. OLE color: 4331971.

HSL color Cylindrical-coordinate representation of color #C31942: hue angle of 345.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31942 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 66 -
CMYK 0 0.87 0.66 0.24
HSL 345.53º 0.77% 0.43% -
HSV(B) 345.53º 0.87% 0.76% -
XYZ 23.84 12.69 6.35 -
YUV 80.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 195 25 66 0 0.87 0.66 0.24 345.53 0.77 0.43
Hex C3 19 42 0 57 42 18 15A 4D 2B
Octal 303 31 102 0 127 102 30 532 115 53
Binary 11000011 11001 1000010 0 1010111 1000010 11000 101011010 1001101 101011

Color Harmonies of #C31942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31942

Black with #C31942

Text Example


Text Example

White with #C31942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31942; }

 p { color: rgb(195,25,66); }

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

background-color css

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

 a { background-color: rgb(195,25,66); }

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

border-color css

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

 span { border-color: rgb(195,25,66); }

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