Html Css Color HEX #DD0333 Crimson

📋 copy color: '#DD0333'

red 221 ◦ green 3 ◦ blue 51

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

Shades of Crimson #DD0333

Tints of Crimson #DD0333

RGB

 RED value IS 221 (86.72% from 255) = 80.36%

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 80.36%
G = 1.09%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0333 (or 0xDD0333) is known color: Crimson. HEX triplet: DD, 03 and 33. RGB value is (221,3,51). Sum of RGB (Red+Green+Blue) = 221+3+51=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0333 is #22FCCC. Grayscale: #494949. Windows color (decimal): -2292941 or 3343325. OLE color: 3343325.

HSL color Cylindrical-coordinate representation of color #DD0333: hue angle of 346.79º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0333 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 51 -
CMYK 0 0.99 0.77 0.13
HSL 346.79º 0.97% 0.44% -
HSV(B) 346.79º 0.99% 0.87% -
XYZ 30.45 15.68 4.55 -
YUV 73.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 221 3 51 0 0.99 0.77 0.13 346.79 0.97 0.44
Hex DD 3 33 0 63 4D D 15B 61 2C
Octal 335 3 63 0 143 115 15 533 141 54
Binary 11011101 11 110011 0 1100011 1001101 1101 101011011 1100001 101100

Color Harmonies of #DD0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0333

Black with #DD0333

Text Example


Text Example

White with #DD0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0333; }

 p { color: rgb(221,3,51); }

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

background-color css

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

 a { background-color: rgb(221,3,51); }

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

border-color css

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

 span { border-color: rgb(221,3,51); }

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