Html Css Color HEX #C80142 Crimson

📋 copy color: '#C80142'

red 200 ◦ green 1 ◦ blue 66

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

Shades of Crimson #C80142

Tints of Crimson #C80142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 74.91%
G = 0.37%
B = 24.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C80142 (or 0xC80142) is known color: Crimson. HEX triplet: C8, 01 and 42. RGB value is (200,1,66). Sum of RGB (Red+Green+Blue) = 200+1+66=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C80142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80142 is #37FEBD. Grayscale: #434343. Windows color (decimal): -3669694 or 4325832. OLE color: 4325832.

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

Color convert

RGB 200 1 66 -
CMYK 0 1.00 0.67 0.22
HSL 340.4º 0.99% 0.39% -
HSV(B) 340.4º 1% 0.78% -
XYZ 24.81 12.69 6.3 -
YUV 67.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 200 1 66 0 1.00 0.67 0.22 340.4 0.99 0.39
Hex C8 1 42 0 64 43 16 154 63 27
Octal 310 1 102 0 144 103 26 524 143 47
Binary 11001000 1 1000010 0 1100100 1000011 10110 101010100 1100011 100111

Color Harmonies of #C80142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80142

Black with #C80142

Text Example


Text Example

White with #C80142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80142; }

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

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

background-color css

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

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

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

border-color css

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

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

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