Html Css Color HEX #C80642 Crimson

📋 copy color: '#C80642'

red 200 ◦ green 6 ◦ blue 66

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

Shades of Crimson #C80642

Tints of Crimson #C80642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 73.53%
G = 2.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C80642 (or 0xC80642) is known color: Crimson. HEX triplet: C8, 06 and 42. RGB value is (200,6,66). Sum of RGB (Red+Green+Blue) = 200+6+66=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80642 is #37F9BD. Grayscale: #464646. Windows color (decimal): -3668414 or 4327112. OLE color: 4327112.

HSL color Cylindrical-coordinate representation of color #C80642: hue angle of 341.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80642 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 66 -
CMYK 0 0.97 0.67 0.22
HSL 341.44º 0.94% 0.4% -
HSV(B) 341.44º 0.97% 0.78% -
XYZ 24.87 12.8 6.31 -
YUV 70.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 200 6 66 0 0.97 0.67 0.22 341.44 0.94 0.4
Hex C8 6 42 0 61 43 16 155 5E 28
Octal 310 6 102 0 141 103 26 525 136 50
Binary 11001000 110 1000010 0 1100001 1000011 10110 101010101 1011110 101000

Color Harmonies of #C80642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80642

Black with #C80642

Text Example


Text Example

White with #C80642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80642; }

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

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

background-color css

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

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

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

border-color css

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

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

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