Html Css Color HEX #C50842 Cardinal

📋 copy color: '#C50842'

red 197 ◦ green 8 ◦ blue 66

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

Shades of Cardinal #C50842

Tints of Cardinal #C50842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 72.69%
G = 2.95%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50842 (or 0xC50842) is known color: Cardinal. HEX triplet: C5, 08 and 42. RGB value is (197,8,66). Sum of RGB (Red+Green+Blue) = 197+8+66=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C50842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50842 is #3AF7BD. Grayscale: #474747. Windows color (decimal): -3864510 or 4327621. OLE color: 4327621.

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

Color convert

RGB 197 8 66 -
CMYK 0 0.96 0.66 0.23
HSL 341.59º 0.92% 0.4% -
HSV(B) 341.59º 0.96% 0.77% -
XYZ 24.1 12.44 6.28 -
YUV 71.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 197 8 66 0 0.96 0.66 0.23 341.59 0.92 0.4
Hex C5 8 42 0 60 42 17 156 5C 28
Octal 305 10 102 0 140 102 27 526 134 50
Binary 11000101 1000 1000010 0 1100000 1000010 10111 101010110 1011100 101000

Color Harmonies of #C50842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50842

Black with #C50842

Text Example


Text Example

White with #C50842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50842; }

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

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

background-color css

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

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

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

border-color css

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

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

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