Html Css Color HEX #C31E32 Cardinal

📋 copy color: '#C31E32'

red 195 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #C31E32

Tints of Cardinal #C31E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

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

R = 70.91%
G = 10.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31E32 (or 0xC31E32) is known color: Cardinal. HEX triplet: C3, 1E and 32. RGB value is (195,30,50). Sum of RGB (Red+Green+Blue) = 195+30+50=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E32 is #3CE1CD. Grayscale: #515151. Windows color (decimal): -3989966 or 3284675. OLE color: 3284675.

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

Color convert

RGB 195 30 50 -
CMYK 0 0.85 0.74 0.24
HSL 352.73º 0.73% 0.44% -
HSV(B) 352.73º 0.85% 0.76% -
XYZ 23.55 12.76 4.24 -
YUV 81.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 195 30 50 0 0.85 0.74 0.24 352.73 0.73 0.44
Hex C3 1E 32 0 55 4A 18 161 49 2C
Octal 303 36 62 0 125 112 30 541 111 54
Binary 11000011 11110 110010 0 1010101 1001010 11000 101100001 1001001 101100

Color Harmonies of #C31E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E32

Black with #C31E32

Text Example


Text Example

White with #C31E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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