Html Css Color HEX #C31632 Cardinal

📋 copy color: '#C31632'

red 195 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #C31632

Tints of Cardinal #C31632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 73.03%
G = 8.24%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31632 (or 0xC31632) is known color: Cardinal. HEX triplet: C3, 16 and 32. RGB value is (195,22,50). Sum of RGB (Red+Green+Blue) = 195+22+50=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31632 is #3CE9CD. Grayscale: #4C4C4C. Windows color (decimal): -3992014 or 3282627. OLE color: 3282627.

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

Color convert

RGB 195 22 50 -
CMYK 0 0.89 0.74 0.24
HSL 350.29º 0.8% 0.43% -
HSV(B) 350.29º 0.89% 0.76% -
XYZ 23.37 12.41 4.18 -
YUV 76.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 195 22 50 0 0.89 0.74 0.24 350.29 0.8 0.43
Hex C3 16 32 0 59 4A 18 15E 50 2B
Octal 303 26 62 0 131 112 30 536 120 53
Binary 11000011 10110 110010 0 1011001 1001010 11000 101011110 1010000 101011

Color Harmonies of #C31632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31632

Black with #C31632

Text Example


Text Example

White with #C31632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31632; }

 p { color: rgb(195,22,50); }

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

background-color css

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

 a { background-color: rgb(195,22,50); }

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

border-color css

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

 span { border-color: rgb(195,22,50); }

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