Html Css Color HEX #C50047 Crimson

📋 copy color: '#C50047'

red 197 ◦ green 0 ◦ blue 71

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

Shades of Crimson #C50047

Tints of Crimson #C50047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 73.51%
G = 0%
B = 26.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C50047 (or 0xC50047) is known color: Crimson. HEX triplet: C5, 00 and 47. RGB value is (197,0,71). Sum of RGB (Red+Green+Blue) = 197+0+71=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50047 is #3AFFB8. Grayscale: #424242. Windows color (decimal): -3866553 or 4653253. OLE color: 4653253.

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

Color convert

RGB 197 0 71 -
CMYK 0 1 0.64 0.23
HSL 338.38º 1% 0.39% -
HSV(B) 338.38º 1% 0.77% -
XYZ 24.16 12.33 7.07 -
YUV 67 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 197 0 71 0 1 0.64 0.23 338.38 1 0.39
Hex C5 0 47 0 64 40 17 152 64 27
Octal 305 0 107 0 144 100 27 522 144 47
Binary 11000101 0 1000111 0 1100100 1000000 10111 101010010 1100100 100111

Color Harmonies of #C50047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50047

Black with #C50047

Text Example


Text Example

White with #C50047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50047; }

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

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

background-color css

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

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

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

border-color css

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

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

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