Html Css Color HEX #D00D31 Crimson

📋 copy color: '#D00D31'

red 208 ◦ green 13 ◦ blue 49

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

Shades of Crimson #D00D31

Tints of Crimson #D00D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 77.04%
G = 4.81%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D00D31 (or 0xD00D31) is known color: Crimson. HEX triplet: D0, 0D and 31. RGB value is (208,13,49). Sum of RGB (Red+Green+Blue) = 208+13+49=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D31 is #2FF2CE. Grayscale: #4B4B4B. Windows color (decimal): -3142351 or 3214800. OLE color: 3214800.

HSL color Cylindrical-coordinate representation of color #D00D31: hue angle of 348.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 49 -
CMYK 0 0.94 0.76 0.18
HSL 348.92º 0.88% 0.43% -
HSV(B) 348.92º 0.94% 0.82% -
XYZ 26.71 13.92 4.18 -
YUV 75.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 208 13 49 0 0.94 0.76 0.18 348.92 0.88 0.43
Hex D0 D 31 0 5E 4C 12 15D 58 2B
Octal 320 15 61 0 136 114 22 535 130 53
Binary 11010000 1101 110001 0 1011110 1001100 10010 101011101 1011000 101011

Color Harmonies of #D00D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D31

Black with #D00D31

Text Example


Text Example

White with #D00D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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