Html Css Color HEX #D00933 Crimson

📋 copy color: '#D00933'

red 208 ◦ green 9 ◦ blue 51

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

Shades of Crimson #D00933

Tints of Crimson #D00933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 77.61%
G = 3.36%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00933 (or 0xD00933) is known color: Crimson. HEX triplet: D0, 09 and 33. RGB value is (208,9,51). Sum of RGB (Red+Green+Blue) = 208+9+51=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00933 is #2FF6CC. Grayscale: #494949. Windows color (decimal): -3143373 or 3344848. OLE color: 3344848.

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

Color convert

RGB 208 9 51 -
CMYK 0 0.96 0.75 0.18
HSL 347.34º 0.92% 0.43% -
HSV(B) 347.34º 0.96% 0.82% -
XYZ 26.71 13.84 4.4 -
YUV 73.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 208 9 51 0 0.96 0.75 0.18 347.34 0.92 0.43
Hex D0 9 33 0 60 4B 12 15B 5C 2B
Octal 320 11 63 0 140 113 22 533 134 53
Binary 11010000 1001 110011 0 1100000 1001011 10010 101011011 1011100 101011

Color Harmonies of #D00933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00933

Black with #D00933

Text Example


Text Example

White with #D00933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00933; }

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

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

background-color css

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

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

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

border-color css

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

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

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