Html Css Color HEX #C31133 Cardinal

📋 copy color: '#C31133'

red 195 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C31133

Tints of Cardinal #C31133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 74.14%
G = 6.46%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31133 (or 0xC31133) is known color: Cardinal. HEX triplet: C3, 11 and 33. RGB value is (195,17,51). Sum of RGB (Red+Green+Blue) = 195+17+51=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31133 is #3CEECC. Grayscale: #4A4A4A. Windows color (decimal): -3993293 or 3346883. OLE color: 3346883.

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

Color convert

RGB 195 17 51 -
CMYK 0 0.91 0.74 0.24
HSL 348.54º 0.84% 0.42% -
HSV(B) 348.54º 0.91% 0.76% -
XYZ 23.3 12.24 4.27 -
YUV 74.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 195 17 51 0 0.91 0.74 0.24 348.54 0.84 0.42
Hex C3 11 33 0 5B 4A 18 15D 54 2A
Octal 303 21 63 0 133 112 30 535 124 52
Binary 11000011 10001 110011 0 1011011 1001010 11000 101011101 1010100 101010

Color Harmonies of #C31133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31133

Black with #C31133

Text Example


Text Example

White with #C31133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31133; }

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

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

background-color css

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

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

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

border-color css

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

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

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