Html Css Color HEX #C31E33 Cardinal

📋 copy color: '#C31E33'

red 195 ◦ green 30 ◦ blue 51

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

Shades of Cardinal #C31E33

Tints of Cardinal #C31E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

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

R = 70.65%
G = 10.87%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31E33 (or 0xC31E33) is known color: Cardinal. HEX triplet: C3, 1E and 33. RGB value is (195,30,51). Sum of RGB (Red+Green+Blue) = 195+30+51=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E33 is #3CE1CC. Grayscale: #515151. Windows color (decimal): -3989965 or 3350211. OLE color: 3350211.

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

Color convert

RGB 195 30 51 -
CMYK 0 0.85 0.74 0.24
HSL 352.36º 0.73% 0.44% -
HSV(B) 352.36º 0.85% 0.76% -
XYZ 23.57 12.77 4.35 -
YUV 81.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 195 30 51 0 0.85 0.74 0.24 352.36 0.73 0.44
Hex C3 1E 33 0 55 4A 18 160 49 2C
Octal 303 36 63 0 125 112 30 540 111 54
Binary 11000011 11110 110011 0 1010101 1001010 11000 101100000 1001001 101100

Color Harmonies of #C31E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E33

Black with #C31E33

Text Example


Text Example

White with #C31E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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