Html Css Color HEX #C50130 Cardinal

📋 copy color: '#C50130'

red 197 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #C50130

Tints of Cardinal #C50130

RGB

 RED value IS 197 (77.34% from 255) = 80.08%

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 80.08%
G = 0.41%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C50130 (or 0xC50130) is known color: Cardinal. HEX triplet: C5, 01 and 30. RGB value is (197,1,48). Sum of RGB (Red+Green+Blue) = 197+1+48=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50130 is #3AFECF. Grayscale: #404040. Windows color (decimal): -3866320 or 3146181. OLE color: 3146181.

HSL color Cylindrical-coordinate representation of color #C50130: hue angle of 345.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50130 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 48 -
CMYK 0 0.99 0.76 0.23
HSL 345.61º 0.99% 0.39% -
HSV(B) 345.61º 0.99% 0.77% -
XYZ 23.57 12.11 3.89 -
YUV 64.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 197 1 48 0 0.99 0.76 0.23 345.61 0.99 0.39
Hex C5 1 30 0 63 4C 17 15A 63 27
Octal 305 1 60 0 143 114 27 532 143 47
Binary 11000101 1 110000 0 1100011 1001100 10111 101011010 1100011 100111

Color Harmonies of #C50130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50130

Black with #C50130

Text Example


Text Example

White with #C50130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50130; }

 p { color: rgb(197,1,48); }

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

background-color css

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

 a { background-color: rgb(197,1,48); }

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

border-color css

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

 span { border-color: rgb(197,1,48); }

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