Html Css Color HEX #C31439 Cardinal

📋 copy color: '#C31439'

red 195 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #C31439

Tints of Cardinal #C31439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 57 (22.66% from 255) = 20.96%

R = 71.69%
G = 7.35%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31439 (or 0xC31439) is known color: Cardinal. HEX triplet: C3, 14 and 39. RGB value is (195,20,57). Sum of RGB (Red+Green+Blue) = 195+20+57=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C31439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31439 is #3CEBC6. Grayscale: #4C4C4C. Windows color (decimal): -3992519 or 3740867. OLE color: 3740867.

HSL color Cylindrical-coordinate representation of color #C31439: hue angle of 347.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31439 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 57 -
CMYK 0 0.90 0.71 0.24
HSL 347.31º 0.81% 0.42% -
HSV(B) 347.31º 0.9% 0.76% -
XYZ 23.49 12.4 5.03 -
YUV 76.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 195 20 57 0 0.90 0.71 0.24 347.31 0.81 0.42
Hex C3 14 39 0 5A 47 18 15B 51 2A
Octal 303 24 71 0 132 107 30 533 121 52
Binary 11000011 10100 111001 0 1011010 1000111 11000 101011011 1010001 101010

Color Harmonies of #C31439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31439

Black with #C31439

Text Example


Text Example

White with #C31439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31439; }

 p { color: rgb(195,20,57); }

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

background-color css

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

 a { background-color: rgb(195,20,57); }

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

border-color css

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

 span { border-color: rgb(195,20,57); }

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