Html Css Color HEX #C31039 Cardinal

📋 copy color: '#C31039'

red 195 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #C31039

Tints of Cardinal #C31039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 72.76%
G = 5.97%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31039 (or 0xC31039) is known color: Cardinal. HEX triplet: C3, 10 and 39. RGB value is (195,16,57). Sum of RGB (Red+Green+Blue) = 195+16+57=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31039 is #3CEFC6. Grayscale: #4A4A4A. Windows color (decimal): -3993543 or 3739843. OLE color: 3739843.

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

Color convert

RGB 195 16 57 -
CMYK 0 0.92 0.71 0.24
HSL 346.26º 0.85% 0.41% -
HSV(B) 346.26º 0.92% 0.76% -
XYZ 23.43 12.27 5 -
YUV 74.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 195 16 57 0 0.92 0.71 0.24 346.26 0.85 0.41
Hex C3 10 39 0 5C 47 18 15A 55 29
Octal 303 20 71 0 134 107 30 532 125 51
Binary 11000011 10000 111001 0 1011100 1000111 11000 101011010 1010101 101001

Color Harmonies of #C31039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31039

Black with #C31039

Text Example


Text Example

White with #C31039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31039; }

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

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

background-color css

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

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

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

border-color css

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

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

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