Html Css Color HEX #C50132 Cardinal

📋 copy color: '#C50132'

red 197 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C50132

Tints of Cardinal #C50132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 79.44%
G = 0.4%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C50132 (or 0xC50132) is known color: Cardinal. HEX triplet: C5, 01 and 32. RGB value is (197,1,50). Sum of RGB (Red+Green+Blue) = 197+1+50=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C50132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50132 is #3AFECD. Grayscale: #414141. Windows color (decimal): -3866318 or 3277253. OLE color: 3277253.

HSL color Cylindrical-coordinate representation of color #C50132: hue angle of 345º 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 #C50132 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 50 -
CMYK 0 0.99 0.75 0.23
HSL 345º 0.99% 0.39% -
HSV(B) 345º 0.99% 0.77% -
XYZ 23.61 12.12 4.11 -
YUV 65.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 197 1 50 0 0.99 0.75 0.23 345 0.99 0.39
Hex C5 1 32 0 63 4B 17 159 63 27
Octal 305 1 62 0 143 113 27 531 143 47
Binary 11000101 1 110010 0 1100011 1001011 10111 101011001 1100011 100111

Color Harmonies of #C50132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50132

Black with #C50132

Text Example


Text Example

White with #C50132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50132; }

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

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

background-color css

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

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

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

border-color css

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

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

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