Html Css Color HEX #C80545 Crimson

📋 copy color: '#C80545'

red 200 ◦ green 5 ◦ blue 69

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

Shades of Crimson #C80545

Tints of Crimson #C80545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 72.99%
G = 1.82%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80545 (or 0xC80545) is known color: Crimson. HEX triplet: C8, 05 and 45. RGB value is (200,5,69). Sum of RGB (Red+Green+Blue) = 200+5+69=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C80545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80545 is #37FABA. Grayscale: #464646. Windows color (decimal): -3668667 or 4523464. OLE color: 4523464.

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

Color convert

RGB 200 5 69 -
CMYK 0 0.98 0.66 0.22
HSL 340.31º 0.95% 0.4% -
HSV(B) 340.31º 0.98% 0.78% -
XYZ 24.95 12.82 6.79 -
YUV 70.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 200 5 69 0 0.98 0.66 0.22 340.31 0.95 0.4
Hex C8 5 45 0 62 42 16 154 5F 28
Octal 310 5 105 0 142 102 26 524 137 50
Binary 11001000 101 1000101 0 1100010 1000010 10110 101010100 1011111 101000

Color Harmonies of #C80545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80545

Black with #C80545

Text Example


Text Example

White with #C80545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80545; }

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

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

background-color css

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

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

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

border-color css

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

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

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