Html Css Color HEX #C31432 Cardinal

📋 copy color: '#C31432'

red 195 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #C31432

Tints of Cardinal #C31432

RGB

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

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

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

R = 73.58%
G = 7.55%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31432 (or 0xC31432) is known color: Cardinal. HEX triplet: C3, 14 and 32. RGB value is (195,20,50). Sum of RGB (Red+Green+Blue) = 195+20+50=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C31432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31432 is #3CEBCD. Grayscale: #4B4B4B. Windows color (decimal): -3992526 or 3282115. OLE color: 3282115.

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

Color convert

RGB 195 20 50 -
CMYK 0 0.90 0.74 0.24
HSL 349.71º 0.81% 0.42% -
HSV(B) 349.71º 0.9% 0.76% -
XYZ 23.33 12.33 4.17 -
YUV 75.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 195 20 50 0 0.90 0.74 0.24 349.71 0.81 0.42
Hex C3 14 32 0 5A 4A 18 15E 51 2A
Octal 303 24 62 0 132 112 30 536 121 52
Binary 11000011 10100 110010 0 1011010 1001010 11000 101011110 1010001 101010

Color Harmonies of #C31432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31432

Black with #C31432

Text Example


Text Example

White with #C31432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31432; }

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

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

background-color css

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

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

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

border-color css

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

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

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