Html Css Color HEX #C31134 Cardinal

📋 copy color: '#C31134'

red 195 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #C31134

Tints of Cardinal #C31134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 73.86%
G = 6.44%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31134 (or 0xC31134) is known color: Cardinal. HEX triplet: C3, 11 and 34. RGB value is (195,17,52). Sum of RGB (Red+Green+Blue) = 195+17+52=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31134 is #3CEECB. Grayscale: #4A4A4A. Windows color (decimal): -3993292 or 3412419. OLE color: 3412419.

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

Color convert

RGB 195 17 52 -
CMYK 0 0.91 0.73 0.24
HSL 348.2º 0.84% 0.42% -
HSV(B) 348.2º 0.91% 0.76% -
XYZ 23.33 12.25 4.38 -
YUV 74.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 195 17 52 0 0.91 0.73 0.24 348.2 0.84 0.42
Hex C3 11 34 0 5B 49 18 15C 54 2A
Octal 303 21 64 0 133 111 30 534 124 52
Binary 11000011 10001 110100 0 1011011 1001001 11000 101011100 1010100 101010

Color Harmonies of #C31134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31134

Black with #C31134

Text Example


Text Example

White with #C31134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31134; }

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

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

background-color css

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

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

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

border-color css

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

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

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