Html Css Color HEX #C80645 Crimson

📋 copy color: '#C80645'

red 200 ◦ green 6 ◦ blue 69

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

Shades of Crimson #C80645

Tints of Crimson #C80645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 72.73%
G = 2.18%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80645 (or 0xC80645) is known color: Crimson. HEX triplet: C8, 06 and 45. RGB value is (200,6,69). Sum of RGB (Red+Green+Blue) = 200+6+69=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C80645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80645 is #37F9BA. Grayscale: #474747. Windows color (decimal): -3668411 or 4523720. OLE color: 4523720.

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

Color convert

RGB 200 6 69 -
CMYK 0 0.97 0.66 0.22
HSL 340.52º 0.94% 0.4% -
HSV(B) 340.52º 0.97% 0.78% -
XYZ 24.96 12.84 6.79 -
YUV 71.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 200 6 69 0 0.97 0.66 0.22 340.52 0.94 0.4
Hex C8 6 45 0 61 42 16 155 5E 28
Octal 310 6 105 0 141 102 26 525 136 50
Binary 11001000 110 1000101 0 1100001 1000010 10110 101010101 1011110 101000

Color Harmonies of #C80645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80645

Black with #C80645

Text Example


Text Example

White with #C80645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80645; }

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

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

background-color css

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

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

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

border-color css

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

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

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