Html Css Color HEX #C31434 Cardinal

📋 copy color: '#C31434'

red 195 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C31434

Tints of Cardinal #C31434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 73.03%
G = 7.49%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31434 (or 0xC31434) is known color: Cardinal. HEX triplet: C3, 14 and 34. RGB value is (195,20,52). Sum of RGB (Red+Green+Blue) = 195+20+52=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31434 is #3CEBCB. Grayscale: #4C4C4C. Windows color (decimal): -3992524 or 3413187. OLE color: 3413187.

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

Color convert

RGB 195 20 52 -
CMYK 0 0.90 0.73 0.24
HSL 349.03º 0.81% 0.42% -
HSV(B) 349.03º 0.9% 0.76% -
XYZ 23.38 12.35 4.4 -
YUV 75.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 195 20 52 0 0.90 0.73 0.24 349.03 0.81 0.42
Hex C3 14 34 0 5A 49 18 15D 51 2A
Octal 303 24 64 0 132 111 30 535 121 52
Binary 11000011 10100 110100 0 1011010 1001001 11000 101011101 1010001 101010

Color Harmonies of #C31434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31434

Black with #C31434

Text Example


Text Example

White with #C31434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31434; }

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

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

background-color css

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

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

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

border-color css

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

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

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