Html Css Color HEX #C31E35 Cardinal

📋 copy color: '#C31E35'

red 195 ◦ green 30 ◦ blue 53

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

Shades of Cardinal #C31E35

Tints of Cardinal #C31E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 70.14%
G = 10.79%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31E35 (or 0xC31E35) is known color: Cardinal. HEX triplet: C3, 1E and 35. RGB value is (195,30,53). Sum of RGB (Red+Green+Blue) = 195+30+53=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E35 is #3CE1CA. Grayscale: #525252. Windows color (decimal): -3989963 or 3481283. OLE color: 3481283.

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

Color convert

RGB 195 30 53 -
CMYK 0 0.85 0.73 0.24
HSL 351.64º 0.73% 0.44% -
HSV(B) 351.64º 0.85% 0.76% -
XYZ 23.61 12.79 4.59 -
YUV 81.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 195 30 53 0 0.85 0.73 0.24 351.64 0.73 0.44
Hex C3 1E 35 0 55 49 18 160 49 2C
Octal 303 36 65 0 125 111 30 540 111 54
Binary 11000011 11110 110101 0 1010101 1001001 11000 101100000 1001001 101100

Color Harmonies of #C31E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E35

Black with #C31E35

Text Example


Text Example

White with #C31E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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