Html Css Color HEX #C31539 Cardinal

📋 copy color: '#C31539'

red 195 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #C31539

Tints of Cardinal #C31539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 71.43%
G = 7.69%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31539 (or 0xC31539) is known color: Cardinal. HEX triplet: C3, 15 and 39. RGB value is (195,21,57). Sum of RGB (Red+Green+Blue) = 195+21+57=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C31539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31539 is #3CEAC6. Grayscale: #4D4D4D. Windows color (decimal): -3992263 or 3741123. OLE color: 3741123.

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

Color convert

RGB 195 21 57 -
CMYK 0 0.89 0.71 0.24
HSL 347.59º 0.81% 0.42% -
HSV(B) 347.59º 0.89% 0.76% -
XYZ 23.51 12.43 5.03 -
YUV 77.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 195 21 57 0 0.89 0.71 0.24 347.59 0.81 0.42
Hex C3 15 39 0 59 47 18 15C 51 2A
Octal 303 25 71 0 131 107 30 534 121 52
Binary 11000011 10101 111001 0 1011001 1000111 11000 101011100 1010001 101010

Color Harmonies of #C31539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31539

Black with #C31539

Text Example


Text Example

White with #C31539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31539; }

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

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

background-color css

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

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

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

border-color css

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

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

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