Html Css Color HEX #C31530 Cardinal

📋 copy color: '#C31530'

red 195 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #C31530

Tints of Cardinal #C31530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 73.86%
G = 7.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C31530 (or 0xC31530) is known color: Cardinal. HEX triplet: C3, 15 and 30. RGB value is (195,21,48). Sum of RGB (Red+Green+Blue) = 195+21+48=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31530 is #3CEACF. Grayscale: #4C4C4C. Windows color (decimal): -3992272 or 3151299. OLE color: 3151299.

HSL color Cylindrical-coordinate representation of color #C31530: hue angle of 350.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31530 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 48 -
CMYK 0 0.89 0.75 0.24
HSL 350.69º 0.81% 0.42% -
HSV(B) 350.69º 0.89% 0.76% -
XYZ 23.31 12.35 3.95 -
YUV 76.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 195 21 48 0 0.89 0.75 0.24 350.69 0.81 0.42
Hex C3 15 30 0 59 4B 18 15F 51 2A
Octal 303 25 60 0 131 113 30 537 121 52
Binary 11000011 10101 110000 0 1011001 1001011 11000 101011111 1010001 101010

Color Harmonies of #C31530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31530

Black with #C31530

Text Example


Text Example

White with #C31530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31530; }

 p { color: rgb(195,21,48); }

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

background-color css

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

 a { background-color: rgb(195,21,48); }

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

border-color css

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

 span { border-color: rgb(195,21,48); }

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