Html Css Color HEX #D00531 Crimson

📋 copy color: '#D00531'

red 208 ◦ green 5 ◦ blue 49

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

Shades of Crimson #D00531

Tints of Crimson #D00531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 79.39%
G = 1.91%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D00531 (or 0xD00531) is known color: Crimson. HEX triplet: D0, 05 and 31. RGB value is (208,5,49). Sum of RGB (Red+Green+Blue) = 208+5+49=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D00531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00531 is #2FFACE. Grayscale: #464646. Windows color (decimal): -3144399 or 3212752. OLE color: 3212752.

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

Color convert

RGB 208 5 49 -
CMYK 0 0.98 0.76 0.18
HSL 347º 0.95% 0.42% -
HSV(B) 347º 0.98% 0.82% -
XYZ 26.62 13.74 4.15 -
YUV 70.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 208 5 49 0 0.98 0.76 0.18 347 0.95 0.42
Hex D0 5 31 0 62 4C 12 15B 5F 2A
Octal 320 5 61 0 142 114 22 533 137 52
Binary 11010000 101 110001 0 1100010 1001100 10010 101011011 1011111 101010

Color Harmonies of #D00531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00531

Black with #D00531

Text Example


Text Example

White with #D00531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00531; }

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

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

background-color css

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

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

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

border-color css

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

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

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