Html Css Color HEX #C31935 Cardinal

📋 copy color: '#C31935'

red 195 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #C31935

Tints of Cardinal #C31935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 71.43%
G = 9.16%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31935 (or 0xC31935) is known color: Cardinal. HEX triplet: C3, 19 and 35. RGB value is (195,25,53). Sum of RGB (Red+Green+Blue) = 195+25+53=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C31935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31935 is #3CE6CA. Grayscale: #4F4F4F. Windows color (decimal): -3991243 or 3480003. OLE color: 3480003.

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

Color convert

RGB 195 25 53 -
CMYK 0 0.87 0.73 0.24
HSL 350.12º 0.77% 0.43% -
HSV(B) 350.12º 0.87% 0.76% -
XYZ 23.5 12.55 4.55 -
YUV 79.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 195 25 53 0 0.87 0.73 0.24 350.12 0.77 0.43
Hex C3 19 35 0 57 49 18 15E 4D 2B
Octal 303 31 65 0 127 111 30 536 115 53
Binary 11000011 11001 110101 0 1010111 1001001 11000 101011110 1001101 101011

Color Harmonies of #C31935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31935

Black with #C31935

Text Example


Text Example

White with #C31935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31935; }

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

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

background-color css

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

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

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

border-color css

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

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

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