Html Css Color HEX #C80944 Crimson

📋 copy color: '#C80944'

red 200 ◦ green 9 ◦ blue 68

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

Shades of Crimson #C80944

Tints of Crimson #C80944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 72.2%
G = 3.25%
B = 24.55%

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

#C80944 (or 0xC80944) is known color: Crimson. HEX triplet: C8, 09 and 44. RGB value is (200,9,68). Sum of RGB (Red+Green+Blue) = 200+9+68=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80944 is #37F6BB. Grayscale: #484848. Windows color (decimal): -3667644 or 4458952. OLE color: 4458952.

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

Color convert

RGB 200 9 68 -
CMYK 0 0.96 0.66 0.22
HSL 341.47º 0.91% 0.41% -
HSV(B) 341.47º 0.96% 0.78% -
XYZ 24.96 12.89 6.64 -
YUV 72.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 200 9 68 0 0.96 0.66 0.22 341.47 0.91 0.41
Hex C8 9 44 0 60 42 16 155 5B 29
Octal 310 11 104 0 140 102 26 525 133 51
Binary 11001000 1001 1000100 0 1100000 1000010 10110 101010101 1011011 101001

Color Harmonies of #C80944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80944

Black with #C80944

Text Example


Text Example

White with #C80944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80944; }

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

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

background-color css

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

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

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

border-color css

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

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

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