Html Css Color HEX #DD0335 Crimson

📋 copy color: '#DD0335'

red 221 ◦ green 3 ◦ blue 53

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

Shades of Crimson #DD0335

Tints of Crimson #DD0335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 79.78%
G = 1.08%
B = 19.13%

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

#DD0335 (or 0xDD0335) is known color: Crimson. HEX triplet: DD, 03 and 35. RGB value is (221,3,53). Sum of RGB (Red+Green+Blue) = 221+3+53=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0335 is #22FCCA. Grayscale: #494949. Windows color (decimal): -2292939 or 3474397. OLE color: 3474397.

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

Color convert

RGB 221 3 53 -
CMYK 0 0.99 0.76 0.13
HSL 346.24º 0.97% 0.44% -
HSV(B) 346.24º 0.99% 0.87% -
XYZ 30.49 15.69 4.79 -
YUV 73.88 116.22 232.93 -
System Red Green Blue C M Y K H S L
Decimal 221 3 53 0 0.99 0.76 0.13 346.24 0.97 0.44
Hex DD 3 35 0 63 4C D 15A 61 2C
Octal 335 3 65 0 143 114 15 532 141 54
Binary 11011101 11 110101 0 1100011 1001100 1101 101011010 1100001 101100

Color Harmonies of #DD0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0335

Black with #DD0335

Text Example


Text Example

White with #DD0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0335; }

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

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

background-color css

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

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

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

border-color css

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

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

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