Html Css Color HEX #C31533 Cardinal

📋 copy color: '#C31533'

red 195 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #C31533

Tints of Cardinal #C31533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 73.03%
G = 7.87%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31533 (or 0xC31533) is known color: Cardinal. HEX triplet: C3, 15 and 33. RGB value is (195,21,51). Sum of RGB (Red+Green+Blue) = 195+21+51=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31533 is #3CEACC. Grayscale: #4C4C4C. Windows color (decimal): -3992269 or 3347907. OLE color: 3347907.

HSL color Cylindrical-coordinate representation of color #C31533: hue angle of 349.66º 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 #C31533 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 51 -
CMYK 0 0.89 0.74 0.24
HSL 349.66º 0.81% 0.42% -
HSV(B) 349.66º 0.89% 0.76% -
XYZ 23.37 12.38 4.29 -
YUV 76.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 195 21 51 0 0.89 0.74 0.24 349.66 0.81 0.42
Hex C3 15 33 0 59 4A 18 15E 51 2A
Octal 303 25 63 0 131 112 30 536 121 52
Binary 11000011 10101 110011 0 1011001 1001010 11000 101011110 1010001 101010

Color Harmonies of #C31533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31533

Black with #C31533

Text Example


Text Example

White with #C31533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31533; }

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

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

background-color css

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

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

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

border-color css

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

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

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