Html Css Color HEX #DD0430 Crimson

📋 copy color: '#DD0430'

red 221 ◦ green 4 ◦ blue 48

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

Shades of Crimson #DD0430

Tints of Crimson #DD0430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 80.95%
G = 1.47%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0430 (or 0xDD0430) is known color: Crimson. HEX triplet: DD, 04 and 30. RGB value is (221,4,48). Sum of RGB (Red+Green+Blue) = 221+4+48=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0430 is #22FBCF. Grayscale: #494949. Windows color (decimal): -2292688 or 3146973. OLE color: 3146973.

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

Color convert

RGB 221 4 48 -
CMYK 0 0.98 0.78 0.13
HSL 347.83º 0.96% 0.44% -
HSV(B) 347.83º 0.98% 0.87% -
XYZ 30.4 15.67 4.22 -
YUV 73.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 221 4 48 0 0.98 0.78 0.13 347.83 0.96 0.44
Hex DD 4 30 0 62 4E D 15C 60 2C
Octal 335 4 60 0 142 116 15 534 140 54
Binary 11011101 100 110000 0 1100010 1001110 1101 101011100 1100000 101100

Color Harmonies of #DD0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0430

Black with #DD0430

Text Example


Text Example

White with #DD0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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