Html Css Color HEX #DD0235 Crimson

📋 copy color: '#DD0235'

red 221 ◦ green 2 ◦ blue 53

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

Shades of Crimson #DD0235

Tints of Crimson #DD0235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 80.07%
G = 0.72%
B = 19.2%

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

#DD0235 (or 0xDD0235) is known color: Crimson. HEX triplet: DD, 02 and 35. RGB value is (221,2,53). Sum of RGB (Red+Green+Blue) = 221+2+53=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0235 is #22FDCA. Grayscale: #494949. Windows color (decimal): -2293195 or 3474141. OLE color: 3474141.

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

Color convert

RGB 221 2 53 -
CMYK 0 0.99 0.76 0.13
HSL 346.03º 0.98% 0.44% -
HSV(B) 346.03º 0.99% 0.87% -
XYZ 30.48 15.67 4.79 -
YUV 73.3 116.55 233.35 -
System Red Green Blue C M Y K H S L
Decimal 221 2 53 0 0.99 0.76 0.13 346.03 0.98 0.44
Hex DD 2 35 0 63 4C D 15A 62 2C
Octal 335 2 65 0 143 114 15 532 142 54
Binary 11011101 10 110101 0 1100011 1001100 1101 101011010 1100010 101100

Color Harmonies of #DD0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0235

Black with #DD0235

Text Example


Text Example

White with #DD0235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0235; }

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

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

background-color css

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

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

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

border-color css

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

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

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