Html Css Color HEX #C31035 Cardinal

📋 copy color: '#C31035'

red 195 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #C31035

Tints of Cardinal #C31035

RGB

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

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

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

R = 73.86%
G = 6.06%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31035 (or 0xC31035) is known color: Cardinal. HEX triplet: C3, 10 and 35. RGB value is (195,16,53). Sum of RGB (Red+Green+Blue) = 195+16+53=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31035 is #3CEFCA. Grayscale: #494949. Windows color (decimal): -3993547 or 3477699. OLE color: 3477699.

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

Color convert

RGB 195 16 53 -
CMYK 0 0.92 0.73 0.24
HSL 347.6º 0.85% 0.41% -
HSV(B) 347.6º 0.92% 0.76% -
XYZ 23.33 12.23 4.5 -
YUV 73.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 195 16 53 0 0.92 0.73 0.24 347.6 0.85 0.41
Hex C3 10 35 0 5C 49 18 15C 55 29
Octal 303 20 65 0 134 111 30 534 125 51
Binary 11000011 10000 110101 0 1011100 1001001 11000 101011100 1010101 101001

Color Harmonies of #C31035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31035

Black with #C31035

Text Example


Text Example

White with #C31035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31035; }

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

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

background-color css

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

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

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

border-color css

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

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

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