Html Css Color HEX #C50841 Cardinal

📋 copy color: '#C50841'

red 197 ◦ green 8 ◦ blue 65

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

Shades of Cardinal #C50841

Tints of Cardinal #C50841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 72.96%
G = 2.96%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C50841 (or 0xC50841) is known color: Cardinal. HEX triplet: C5, 08 and 41. RGB value is (197,8,65). Sum of RGB (Red+Green+Blue) = 197+8+65=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C50841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50841 is #3AF7BE. Grayscale: #464646. Windows color (decimal): -3864511 or 4262085. OLE color: 4262085.

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

Color convert

RGB 197 8 65 -
CMYK 0 0.96 0.67 0.23
HSL 341.9º 0.92% 0.4% -
HSV(B) 341.9º 0.96% 0.77% -
XYZ 24.07 12.43 6.13 -
YUV 71.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 197 8 65 0 0.96 0.67 0.23 341.9 0.92 0.4
Hex C5 8 41 0 60 43 17 156 5C 28
Octal 305 10 101 0 140 103 27 526 134 50
Binary 11000101 1000 1000001 0 1100000 1000011 10111 101010110 1011100 101000

Color Harmonies of #C50841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50841

Black with #C50841

Text Example


Text Example

White with #C50841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50841; }

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

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

background-color css

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

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

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

border-color css

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

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

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