Html Css Color HEX #C31130 Cardinal

📋 copy color: '#C31130'

red 195 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C31130

Tints of Cardinal #C31130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 75%
G = 6.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C31130 (or 0xC31130) is known color: Cardinal. HEX triplet: C3, 11 and 30. RGB value is (195,17,48). Sum of RGB (Red+Green+Blue) = 195+17+48=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C31130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31130 is #3CEECF. Grayscale: #494949. Windows color (decimal): -3993296 or 3150275. OLE color: 3150275.

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

Color convert

RGB 195 17 48 -
CMYK 0 0.91 0.75 0.24
HSL 349.55º 0.84% 0.42% -
HSV(B) 349.55º 0.91% 0.76% -
XYZ 23.24 12.22 3.93 -
YUV 73.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 195 17 48 0 0.91 0.75 0.24 349.55 0.84 0.42
Hex C3 11 30 0 5B 4B 18 15E 54 2A
Octal 303 21 60 0 133 113 30 536 124 52
Binary 11000011 10001 110000 0 1011011 1001011 11000 101011110 1010100 101010

Color Harmonies of #C31130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31130

Black with #C31130

Text Example


Text Example

White with #C31130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31130; }

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

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

background-color css

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

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

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

border-color css

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

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

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