Html Css Color HEX #D00033 Crimson

📋 copy color: '#D00033'

red 208 ◦ green 0 ◦ blue 51

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

Shades of Crimson #D00033

Tints of Crimson #D00033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.31%
G = 0%
B = 19.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00033 (or 0xD00033) is known color: Crimson. HEX triplet: D0, 00 and 33. RGB value is (208,0,51). Sum of RGB (Red+Green+Blue) = 208+0+51=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D00033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00033 is #2FFFCC. Grayscale: #444444. Windows color (decimal): -3145677 or 3342544. OLE color: 3342544.

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

Color convert

RGB 208 0 51 -
CMYK 0 1 0.75 0.18
HSL 345.29º 1% 0.41% -
HSV(B) 345.29º 1% 0.82% -
XYZ 26.61 13.65 4.36 -
YUV 68.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 208 0 51 0 1 0.75 0.18 345.29 1 0.41
Hex D0 0 33 0 64 4B 12 159 64 29
Octal 320 0 63 0 144 113 22 531 144 51
Binary 11010000 0 110011 0 1100100 1001011 10010 101011001 1100100 101001

Color Harmonies of #D00033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00033

Black with #D00033

Text Example


Text Example

White with #D00033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00033; }

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

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

background-color css

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

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

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

border-color css

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

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

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