Html Css Color HEX #C80538 Crimson

📋 copy color: '#C80538'

red 200 ◦ green 5 ◦ blue 56

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

Shades of Crimson #C80538

Tints of Crimson #C80538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 76.63%
G = 1.92%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80538 (or 0xC80538) is known color: Crimson. HEX triplet: C8, 05 and 38. RGB value is (200,5,56). Sum of RGB (Red+Green+Blue) = 200+5+56=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C80538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80538 is #37FAC7. Grayscale: #454545. Windows color (decimal): -3668680 or 3671496. OLE color: 3671496.

HSL color Cylindrical-coordinate representation of color #C80538: hue angle of 344.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 #C80538 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 56 -
CMYK 0 0.98 0.72 0.22
HSL 344.31º 0.95% 0.4% -
HSV(B) 344.31º 0.98% 0.78% -
XYZ 24.59 12.67 4.89 -
YUV 69.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 200 5 56 0 0.98 0.72 0.22 344.31 0.95 0.4
Hex C8 5 38 0 62 48 16 158 5F 28
Octal 310 5 70 0 142 110 26 530 137 50
Binary 11001000 101 111000 0 1100010 1001000 10110 101011000 1011111 101000

Color Harmonies of #C80538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80538

Black with #C80538

Text Example


Text Example

White with #C80538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80538; }

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

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

background-color css

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

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

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

border-color css

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

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

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