Html Css Color HEX #C80144 Crimson

📋 copy color: '#C80144'

red 200 ◦ green 1 ◦ blue 68

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

Shades of Crimson #C80144

Tints of Crimson #C80144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 74.35%
G = 0.37%
B = 25.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80144 (or 0xC80144) is known color: Crimson. HEX triplet: C8, 01 and 44. RGB value is (200,1,68). Sum of RGB (Red+Green+Blue) = 200+1+68=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C80144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80144 is #37FEBB. Grayscale: #444444. Windows color (decimal): -3669692 or 4456904. OLE color: 4456904.

HSL color Cylindrical-coordinate representation of color #C80144: hue angle of 339.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80144 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 68 -
CMYK 0 1.00 0.66 0.22
HSL 339.8º 0.99% 0.39% -
HSV(B) 339.8º 1% 0.78% -
XYZ 24.87 12.72 6.61 -
YUV 68.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 200 1 68 0 1.00 0.66 0.22 339.8 0.99 0.39
Hex C8 1 44 0 64 42 16 154 63 27
Octal 310 1 104 0 144 102 26 524 143 47
Binary 11001000 1 1000100 0 1100100 1000010 10110 101010100 1100011 100111

Color Harmonies of #C80144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80144

Black with #C80144

Text Example


Text Example

White with #C80144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80144; }

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

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

background-color css

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

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

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

border-color css

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

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

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