Html Css Color HEX #C31037 Cardinal

📋 copy color: '#C31037'

red 195 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #C31037

Tints of Cardinal #C31037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 73.31%
G = 6.02%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C31037 (or 0xC31037) is known color: Cardinal. HEX triplet: C3, 10 and 37. RGB value is (195,16,55). Sum of RGB (Red+Green+Blue) = 195+16+55=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C31037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31037 is #3CEFC8. Grayscale: #494949. Windows color (decimal): -3993545 or 3608771. OLE color: 3608771.

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

Color convert

RGB 195 16 55 -
CMYK 0 0.92 0.72 0.24
HSL 346.93º 0.85% 0.41% -
HSV(B) 346.93º 0.92% 0.76% -
XYZ 23.38 12.25 4.75 -
YUV 73.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 195 16 55 0 0.92 0.72 0.24 346.93 0.85 0.41
Hex C3 10 37 0 5C 48 18 15B 55 29
Octal 303 20 67 0 134 110 30 533 125 51
Binary 11000011 10000 110111 0 1011100 1001000 11000 101011011 1010101 101001

Color Harmonies of #C31037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31037

Black with #C31037

Text Example


Text Example

White with #C31037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31037; }

 p { color: rgb(195,16,55); }

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

background-color css

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

 a { background-color: rgb(195,16,55); }

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

border-color css

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

 span { border-color: rgb(195,16,55); }

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