Html Css Color HEX #C50442 Cardinal

📋 copy color: '#C50442'

red 197 ◦ green 4 ◦ blue 66

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

Shades of Cardinal #C50442

Tints of Cardinal #C50442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 73.78%
G = 1.5%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50442 (or 0xC50442) is known color: Cardinal. HEX triplet: C5, 04 and 42. RGB value is (197,4,66). Sum of RGB (Red+Green+Blue) = 197+4+66=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50442 is #3AFBBD. Grayscale: #444444. Windows color (decimal): -3865534 or 4326597. OLE color: 4326597.

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

Color convert

RGB 197 4 66 -
CMYK 0 0.98 0.66 0.23
HSL 340.73º 0.96% 0.39% -
HSV(B) 340.73º 0.98% 0.77% -
XYZ 24.05 12.35 6.27 -
YUV 68.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 197 4 66 0 0.98 0.66 0.23 340.73 0.96 0.39
Hex C5 4 42 0 62 42 17 155 60 27
Octal 305 4 102 0 142 102 27 525 140 47
Binary 11000101 100 1000010 0 1100010 1000010 10111 101010101 1100000 100111

Color Harmonies of #C50442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50442

Black with #C50442

Text Example


Text Example

White with #C50442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50442; }

 p { color: rgb(197,4,66); }

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

background-color css

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

 a { background-color: rgb(197,4,66); }

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

border-color css

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

 span { border-color: rgb(197,4,66); }

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