Html Css Color HEX #C50134 Cardinal

📋 copy color: '#C50134'

red 197 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #C50134

Tints of Cardinal #C50134

RGB

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

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

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

R = 78.8%
G = 0.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50134 (or 0xC50134) is known color: Cardinal. HEX triplet: C5, 01 and 34. RGB value is (197,1,52). Sum of RGB (Red+Green+Blue) = 197+1+52=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C50134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50134 is #3AFECB. Grayscale: #414141. Windows color (decimal): -3866316 or 3408325. OLE color: 3408325.

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

Color convert

RGB 197 1 52 -
CMYK 0 0.99 0.74 0.23
HSL 344.39º 0.99% 0.39% -
HSV(B) 344.39º 0.99% 0.77% -
XYZ 23.66 12.14 4.35 -
YUV 65.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 197 1 52 0 0.99 0.74 0.23 344.39 0.99 0.39
Hex C5 1 34 0 63 4A 17 158 63 27
Octal 305 1 64 0 143 112 27 530 143 47
Binary 11000101 1 110100 0 1100011 1001010 10111 101011000 1100011 100111

Color Harmonies of #C50134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50134

Black with #C50134

Text Example


Text Example

White with #C50134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50134; }

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

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

background-color css

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

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

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

border-color css

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

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

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