Html Css Color HEX #D00D33 Crimson

📋 copy color: '#D00D33'

red 208 ◦ green 13 ◦ blue 51

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

Shades of Crimson #D00D33

Tints of Crimson #D00D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 76.47%
G = 4.78%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00D33 (or 0xD00D33) is known color: Crimson. HEX triplet: D0, 0D and 33. RGB value is (208,13,51). Sum of RGB (Red+Green+Blue) = 208+13+51=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D33 is #2FF2CC. Grayscale: #4B4B4B. Windows color (decimal): -3142349 or 3345872. OLE color: 3345872.

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

Color convert

RGB 208 13 51 -
CMYK 0 0.94 0.75 0.18
HSL 348.31º 0.88% 0.43% -
HSV(B) 348.31º 0.94% 0.82% -
XYZ 26.75 13.94 4.41 -
YUV 75.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 208 13 51 0 0.94 0.75 0.18 348.31 0.88 0.43
Hex D0 D 33 0 5E 4B 12 15C 58 2B
Octal 320 15 63 0 136 113 22 534 130 53
Binary 11010000 1101 110011 0 1011110 1001011 10010 101011100 1011000 101011

Color Harmonies of #D00D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D33

Black with #D00D33

Text Example


Text Example

White with #D00D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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