Html Css Color HEX #D00535 Crimson

📋 copy color: '#D00535'

red 208 ◦ green 5 ◦ blue 53

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

Shades of Crimson #D00535

Tints of Crimson #D00535

RGB

 RED value IS 208 (81.64% from 255) = 78.2%

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

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 78.2%
G = 1.88%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00535 (or 0xD00535) is known color: Crimson. HEX triplet: D0, 05 and 35. RGB value is (208,5,53). Sum of RGB (Red+Green+Blue) = 208+5+53=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D00535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00535 is #2FFACA. Grayscale: #474747. Windows color (decimal): -3144395 or 3474896. OLE color: 3474896.

HSL color Cylindrical-coordinate representation of color #D00535: hue angle of 345.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00535 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 53 -
CMYK 0 0.98 0.75 0.18
HSL 345.81º 0.95% 0.42% -
HSV(B) 345.81º 0.98% 0.82% -
XYZ 26.71 13.78 4.62 -
YUV 71.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 208 5 53 0 0.98 0.75 0.18 345.81 0.95 0.42
Hex D0 5 35 0 62 4B 12 15A 5F 2A
Octal 320 5 65 0 142 113 22 532 137 52
Binary 11010000 101 110101 0 1100010 1001011 10010 101011010 1011111 101010

Color Harmonies of #D00535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00535

Black with #D00535

Text Example


Text Example

White with #D00535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00535; }

 p { color: rgb(208,5,53); }

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

background-color css

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

 a { background-color: rgb(208,5,53); }

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

border-color css

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

 span { border-color: rgb(208,5,53); }

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