Html Css Color HEX #C80844 Crimson

📋 copy color: '#C80844'

red 200 ◦ green 8 ◦ blue 68

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

Shades of Crimson #C80844

Tints of Crimson #C80844

RGB

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

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

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

R = 72.46%
G = 2.9%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80844 (or 0xC80844) is known color: Crimson. HEX triplet: C8, 08 and 44. RGB value is (200,8,68). Sum of RGB (Red+Green+Blue) = 200+8+68=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C80844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80844 is #37F7BB. Grayscale: #484848. Windows color (decimal): -3667900 or 4458696. OLE color: 4458696.

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

Color convert

RGB 200 8 68 -
CMYK 0 0.96 0.66 0.22
HSL 341.25º 0.92% 0.41% -
HSV(B) 341.25º 0.96% 0.78% -
XYZ 24.95 12.87 6.64 -
YUV 72.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 200 8 68 0 0.96 0.66 0.22 341.25 0.92 0.41
Hex C8 8 44 0 60 42 16 155 5C 29
Octal 310 10 104 0 140 102 26 525 134 51
Binary 11001000 1000 1000100 0 1100000 1000010 10110 101010101 1011100 101001

Color Harmonies of #C80844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80844

Black with #C80844

Text Example


Text Example

White with #C80844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80844; }

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

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

background-color css

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

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

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

border-color css

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

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

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