Html Css Color HEX #D00537 Crimson

📋 copy color: '#D00537'

red 208 ◦ green 5 ◦ blue 55

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

Shades of Crimson #D00537

Tints of Crimson #D00537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 77.61%
G = 1.87%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D00537 (or 0xD00537) is known color: Crimson. HEX triplet: D0, 05 and 37. RGB value is (208,5,55). Sum of RGB (Red+Green+Blue) = 208+5+55=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00537 is #2FFAC8. Grayscale: #474747. Windows color (decimal): -3144393 or 3605968. OLE color: 3605968.

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

Color convert

RGB 208 5 55 -
CMYK 0 0.98 0.74 0.18
HSL 345.22º 0.95% 0.42% -
HSV(B) 345.22º 0.98% 0.82% -
XYZ 26.76 13.79 4.87 -
YUV 71.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 208 5 55 0 0.98 0.74 0.18 345.22 0.95 0.42
Hex D0 5 37 0 62 4A 12 159 5F 2A
Octal 320 5 67 0 142 112 22 531 137 52
Binary 11010000 101 110111 0 1100010 1001010 10010 101011001 1011111 101010

Color Harmonies of #D00537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00537

Black with #D00537

Text Example


Text Example

White with #D00537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00537; }

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

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

background-color css

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

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

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

border-color css

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

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

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