Html Css Color HEX #C31333 Cardinal

📋 copy color: '#C31333'

red 195 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #C31333

Tints of Cardinal #C31333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 73.58%
G = 7.17%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31333 (or 0xC31333) is known color: Cardinal. HEX triplet: C3, 13 and 33. RGB value is (195,19,51). Sum of RGB (Red+Green+Blue) = 195+19+51=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C31333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31333 is #3CECCC. Grayscale: #4B4B4B. Windows color (decimal): -3992781 or 3347395. OLE color: 3347395.

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

Color convert

RGB 195 19 51 -
CMYK 0 0.90 0.74 0.24
HSL 349.09º 0.82% 0.42% -
HSV(B) 349.09º 0.9% 0.76% -
XYZ 23.34 12.31 4.28 -
YUV 75.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 195 19 51 0 0.90 0.74 0.24 349.09 0.82 0.42
Hex C3 13 33 0 5A 4A 18 15D 52 2A
Octal 303 23 63 0 132 112 30 535 122 52
Binary 11000011 10011 110011 0 1011010 1001010 11000 101011101 1010010 101010

Color Harmonies of #C31333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31333

Black with #C31333

Text Example


Text Example

White with #C31333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31333; }

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

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

background-color css

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

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

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

border-color css

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

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

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