Html Css Color HEX #C80247 Crimson

📋 copy color: '#C80247'

red 200 ◦ green 2 ◦ blue 71

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

Shades of Crimson #C80247

Tints of Crimson #C80247

RGB

 RED value IS 200 (78.52% from 255) = 73.26%

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 73.26%
G = 0.73%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80247 (or 0xC80247) is known color: Crimson. HEX triplet: C8, 02 and 47. RGB value is (200,2,71). Sum of RGB (Red+Green+Blue) = 200+2+71=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80247 is #37FDB8. Grayscale: #444444. Windows color (decimal): -3669433 or 4653768. OLE color: 4653768.

HSL color Cylindrical-coordinate representation of color #C80247: hue angle of 339.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80247 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 71 -
CMYK 0 0.99 0.64 0.22
HSL 339.09º 0.98% 0.4% -
HSV(B) 339.09º 0.99% 0.78% -
XYZ 24.98 12.78 7.11 -
YUV 69.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 200 2 71 0 0.99 0.64 0.22 339.09 0.98 0.4
Hex C8 2 47 0 63 40 16 153 62 28
Octal 310 2 107 0 143 100 26 523 142 50
Binary 11001000 10 1000111 0 1100011 1000000 10110 101010011 1100010 101000

Color Harmonies of #C80247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80247

Black with #C80247

Text Example


Text Example

White with #C80247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80247; }

 p { color: rgb(200,2,71); }

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

background-color css

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

 a { background-color: rgb(200,2,71); }

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

border-color css

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

 span { border-color: rgb(200,2,71); }

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