Html Css Color HEX #C80636 Crimson

📋 copy color: '#C80636'

red 200 ◦ green 6 ◦ blue 54

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

Shades of Crimson #C80636

Tints of Crimson #C80636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 76.92%
G = 2.31%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C80636 (or 0xC80636) is known color: Crimson. HEX triplet: C8, 06 and 36. RGB value is (200,6,54). Sum of RGB (Red+Green+Blue) = 200+6+54=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80636 is #37F9C9. Grayscale: #454545. Windows color (decimal): -3668426 or 3540680. OLE color: 3540680.

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

Color convert

RGB 200 6 54 -
CMYK 0 0.97 0.73 0.22
HSL 345.15º 0.94% 0.4% -
HSV(B) 345.15º 0.97% 0.78% -
XYZ 24.55 12.68 4.64 -
YUV 69.48 119.27 221.1 -
System Red Green Blue C M Y K H S L
Decimal 200 6 54 0 0.97 0.73 0.22 345.15 0.94 0.4
Hex C8 6 36 0 61 49 16 159 5E 28
Octal 310 6 66 0 141 111 26 531 136 50
Binary 11001000 110 110110 0 1100001 1001001 10110 101011001 1011110 101000

Color Harmonies of #C80636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80636

Black with #C80636

Text Example


Text Example

White with #C80636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80636; }

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

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

background-color css

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

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

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

border-color css

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

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

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