Html Css Color HEX #C50034 Cardinal

📋 copy color: '#C50034'

red 197 ◦ green 0 ◦ blue 52

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

Shades of Cardinal #C50034

Tints of Cardinal #C50034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 79.12%
G = 0%
B = 20.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50034 (or 0xC50034) is known color: Cardinal. HEX triplet: C5, 00 and 34. RGB value is (197,0,52). Sum of RGB (Red+Green+Blue) = 197+0+52=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C50034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50034 is #3AFFCB. Grayscale: #404040. Windows color (decimal): -3866572 or 3408069. OLE color: 3408069.

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

Color convert

RGB 197 0 52 -
CMYK 0 1 0.74 0.23
HSL 344.16º 1% 0.39% -
HSV(B) 344.16º 1% 0.77% -
XYZ 23.65 12.12 4.34 -
YUV 64.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 197 0 52 0 1 0.74 0.23 344.16 1 0.39
Hex C5 0 34 0 64 4A 17 158 64 27
Octal 305 0 64 0 144 112 27 530 144 47
Binary 11000101 0 110100 0 1100100 1001010 10111 101011000 1100100 100111

Color Harmonies of #C50034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50034

Black with #C50034

Text Example


Text Example

White with #C50034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50034; }

 p { color: rgb(197,0,52); }

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

background-color css

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

 a { background-color: rgb(197,0,52); }

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

border-color css

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

 span { border-color: rgb(197,0,52); }

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