Html Css Color HEX #D00D40 Crimson

📋 copy color: '#D00D40'

red 208 ◦ green 13 ◦ blue 64

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

Shades of Crimson #D00D40

Tints of Crimson #D00D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 72.98%
G = 4.56%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00D40 (or 0xD00D40) is known color: Crimson. HEX triplet: D0, 0D and 40. RGB value is (208,13,64). Sum of RGB (Red+Green+Blue) = 208+13+64=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D40 is #2FF2BF. Grayscale: #4D4D4D. Windows color (decimal): -3142336 or 4197840. OLE color: 4197840.

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

Color convert

RGB 208 13 64 -
CMYK 0 0.94 0.69 0.18
HSL 344.31º 0.88% 0.43% -
HSV(B) 344.31º 0.94% 0.82% -
XYZ 27.08 14.07 6.14 -
YUV 77.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 208 13 64 0 0.94 0.69 0.18 344.31 0.88 0.43
Hex D0 D 40 0 5E 45 12 158 58 2B
Octal 320 15 100 0 136 105 22 530 130 53
Binary 11010000 1101 1000000 0 1011110 1000101 10010 101011000 1011000 101011

Color Harmonies of #D00D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D40

Black with #D00D40

Text Example


Text Example

White with #D00D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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