Html Css Color HEX #C31D42 Cardinal

📋 copy color: '#C31D42'

red 195 ◦ green 29 ◦ blue 66

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

Shades of Cardinal #C31D42

Tints of Cardinal #C31D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

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

R = 67.24%
G = 10%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31D42 (or 0xC31D42) is known color: Cardinal. HEX triplet: C3, 1D and 42. RGB value is (195,29,66). Sum of RGB (Red+Green+Blue) = 195+29+66=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D42 is #3CE2BD. Grayscale: #525252. Windows color (decimal): -3990206 or 4332995. OLE color: 4332995.

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

Color convert

RGB 195 29 66 -
CMYK 0 0.85 0.66 0.24
HSL 346.63º 0.74% 0.44% -
HSV(B) 346.63º 0.85% 0.76% -
XYZ 23.93 12.87 6.38 -
YUV 82.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 195 29 66 0 0.85 0.66 0.24 346.63 0.74 0.44
Hex C3 1D 42 0 55 42 18 15B 4A 2C
Octal 303 35 102 0 125 102 30 533 112 54
Binary 11000011 11101 1000010 0 1010101 1000010 11000 101011011 1001010 101100

Color Harmonies of #C31D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D42

Black with #C31D42

Text Example


Text Example

White with #C31D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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