Html Css Color HEX #C80840 Crimson

📋 copy color: '#C80840'

red 200 ◦ green 8 ◦ blue 64

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

Shades of Crimson #C80840

Tints of Crimson #C80840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 73.53%
G = 2.94%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80840 (or 0xC80840) is known color: Crimson. HEX triplet: C8, 08 and 40. RGB value is (200,8,64). Sum of RGB (Red+Green+Blue) = 200+8+64=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80840 is #37F7BF. Grayscale: #474747. Windows color (decimal): -3667904 or 4196552. OLE color: 4196552.

HSL color Cylindrical-coordinate representation of color #C80840: hue angle of 342.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80840 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 64 -
CMYK 0 0.96 0.68 0.22
HSL 342.5º 0.92% 0.41% -
HSV(B) 342.5º 0.96% 0.78% -
XYZ 24.83 12.82 6.02 -
YUV 71.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 200 8 64 0 0.96 0.68 0.22 342.5 0.92 0.41
Hex C8 8 40 0 60 44 16 156 5C 29
Octal 310 10 100 0 140 104 26 526 134 51
Binary 11001000 1000 1000000 0 1100000 1000100 10110 101010110 1011100 101001

Color Harmonies of #C80840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80840

Black with #C80840

Text Example


Text Example

White with #C80840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80840; }

 p { color: rgb(200,8,64); }

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

background-color css

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

 a { background-color: rgb(200,8,64); }

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

border-color css

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

 span { border-color: rgb(200,8,64); }

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