Html Css Color HEX #DD0334 Crimson

📋 copy color: '#DD0334'

red 221 ◦ green 3 ◦ blue 52

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

Shades of Crimson #DD0334

Tints of Crimson #DD0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 80.07%
G = 1.09%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0334 (or 0xDD0334) is known color: Crimson. HEX triplet: DD, 03 and 34. RGB value is (221,3,52). Sum of RGB (Red+Green+Blue) = 221+3+52=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0334 is #22FCCB. Grayscale: #494949. Windows color (decimal): -2292940 or 3408861. OLE color: 3408861.

HSL color Cylindrical-coordinate representation of color #DD0334: hue angle of 346.51º 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 #DD0334 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 52 -
CMYK 0 0.99 0.76 0.13
HSL 346.51º 0.97% 0.44% -
HSV(B) 346.51º 0.99% 0.87% -
XYZ 30.47 15.69 4.67 -
YUV 73.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 221 3 52 0 0.99 0.76 0.13 346.51 0.97 0.44
Hex DD 3 34 0 63 4C D 15B 61 2C
Octal 335 3 64 0 143 114 15 533 141 54
Binary 11011101 11 110100 0 1100011 1001100 1101 101011011 1100001 101100

Color Harmonies of #DD0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0334

Black with #DD0334

Text Example


Text Example

White with #DD0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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