Html Css Color HEX #C50044 Crimson

📋 copy color: '#C50044'

red 197 ◦ green 0 ◦ blue 68

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

Shades of Crimson #C50044

Tints of Crimson #C50044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 74.34%
G = 0%
B = 25.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50044 (or 0xC50044) is known color: Crimson. HEX triplet: C5, 00 and 44. RGB value is (197,0,68). Sum of RGB (Red+Green+Blue) = 197+0+68=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C50044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50044 is #3AFFBB. Grayscale: #424242. Windows color (decimal): -3866556 or 4456645. OLE color: 4456645.

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

Color convert

RGB 197 0 68 -
CMYK 0 1 0.65 0.23
HSL 339.29º 1% 0.39% -
HSV(B) 339.29º 1% 0.77% -
XYZ 24.07 12.29 6.57 -
YUV 66.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 197 0 68 0 1 0.65 0.23 339.29 1 0.39
Hex C5 0 44 0 64 41 17 153 64 27
Octal 305 0 104 0 144 101 27 523 144 47
Binary 11000101 0 1000100 0 1100100 1000001 10111 101010011 1100100 100111

Color Harmonies of #C50044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50044

Black with #C50044

Text Example


Text Example

White with #C50044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50044; }

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

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

background-color css

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

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

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

border-color css

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

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

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