Html Css Color HEX #D00E35 Crimson

📋 copy color: '#D00E35'

red 208 ◦ green 14 ◦ blue 53

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

Shades of Crimson #D00E35

Tints of Crimson #D00E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

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

R = 75.64%
G = 5.09%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00E35 (or 0xD00E35) is known color: Crimson. HEX triplet: D0, 0E and 35. RGB value is (208,14,53). Sum of RGB (Red+Green+Blue) = 208+14+53=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E35 is #2FF1CA. Grayscale: #4C4C4C. Windows color (decimal): -3142091 or 3477200. OLE color: 3477200.

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

Color convert

RGB 208 14 53 -
CMYK 0 0.93 0.75 0.18
HSL 347.94º 0.87% 0.44% -
HSV(B) 347.94º 0.93% 0.82% -
XYZ 26.81 13.98 4.65 -
YUV 76.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 208 14 53 0 0.93 0.75 0.18 347.94 0.87 0.44
Hex D0 E 35 0 5D 4B 12 15C 57 2C
Octal 320 16 65 0 135 113 22 534 127 54
Binary 11010000 1110 110101 0 1011101 1001011 10010 101011100 1010111 101100

Color Harmonies of #D00E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E35

Black with #D00E35

Text Example


Text Example

White with #D00E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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