Html Css Color HEX #C80533 Crimson

📋 copy color: '#C80533'

red 200 ◦ green 5 ◦ blue 51

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

Shades of Crimson #C80533

Tints of Crimson #C80533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 78.13%
G = 1.95%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80533 (or 0xC80533) is known color: Crimson. HEX triplet: C8, 05 and 33. RGB value is (200,5,51). Sum of RGB (Red+Green+Blue) = 200+5+51=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80533 is #37FACC. Grayscale: #444444. Windows color (decimal): -3668685 or 3343816. OLE color: 3343816.

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

Color convert

RGB 200 5 51 -
CMYK 0 0.98 0.74 0.22
HSL 345.85º 0.95% 0.4% -
HSV(B) 345.85º 0.98% 0.78% -
XYZ 24.47 12.63 4.28 -
YUV 68.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 200 5 51 0 0.98 0.74 0.22 345.85 0.95 0.4
Hex C8 5 33 0 62 4A 16 15A 5F 28
Octal 310 5 63 0 142 112 26 532 137 50
Binary 11001000 101 110011 0 1100010 1001010 10110 101011010 1011111 101000

Color Harmonies of #C80533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80533

Black with #C80533

Text Example


Text Example

White with #C80533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80533; }

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

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

background-color css

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

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

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

border-color css

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

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

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