Html Css Color HEX #DD0428 Crimson

📋 copy color: '#DD0428'

red 221 ◦ green 4 ◦ blue 40

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

Shades of Crimson #DD0428

Tints of Crimson #DD0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 83.4%
G = 1.51%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0428 (or 0xDD0428) is known color: Crimson. HEX triplet: DD, 04 and 28. RGB value is (221,4,40). Sum of RGB (Red+Green+Blue) = 221+4+40=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0428 is #22FBD7. Grayscale: #494949. Windows color (decimal): -2292696 or 2622685. OLE color: 2622685.

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

Color convert

RGB 221 4 40 -
CMYK 0 0.98 0.82 0.13
HSL 350.05º 0.96% 0.44% -
HSV(B) 350.05º 0.98% 0.87% -
XYZ 30.25 15.61 3.43 -
YUV 72.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 221 4 40 0 0.98 0.82 0.13 350.05 0.96 0.44
Hex DD 4 28 0 62 52 D 15E 60 2C
Octal 335 4 50 0 142 122 15 536 140 54
Binary 11011101 100 101000 0 1100010 1010010 1101 101011110 1100000 101100

Color Harmonies of #DD0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0428

Black with #DD0428

Text Example


Text Example

White with #DD0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0428; }

 p { color: rgb(221,4,40); }

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

background-color css

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

 a { background-color: rgb(221,4,40); }

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

border-color css

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

 span { border-color: rgb(221,4,40); }

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