Html Css Color HEX #DD423B Cinnabar

📋 copy color: '#DD423B'

red 221 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #DD423B

Tints of Cinnabar #DD423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 63.87%
G = 19.08%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD423B (or 0xDD423B) is known color: Cinnabar. HEX triplet: DD, 42 and 3B. RGB value is (221,66,59). Sum of RGB (Red+Green+Blue) = 221+66+59=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD423B is #22BDC4. Grayscale: #6F6F6F. Windows color (decimal): -2276805 or 3883741. OLE color: 3883741.

HSL color Cylindrical-coordinate representation of color #DD423B: hue angle of 2.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD423B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 59 -
CMYK 0 0.70 0.73 0.13
HSL 2.59º 0.7% 0.55% -
HSV(B) 2.59º 0.73% 0.87% -
XYZ 32.56 19.58 6.2 -
YUV 111.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 221 66 59 0 0.70 0.73 0.13 2.59 0.7 0.55
Hex DD 42 3B 0 46 49 D 3 46 37
Octal 335 102 73 0 106 111 15 3 106 67
Binary 11011101 1000010 111011 0 1000110 1001001 1101 11 1000110 110111

Color Harmonies of #DD423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD423B

Black with #DD423B

Text Example


Text Example

White with #DD423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD423B; }

 p { color: rgb(221,66,59); }

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

background-color css

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

 a { background-color: rgb(221,66,59); }

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

border-color css

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

 span { border-color: rgb(221,66,59); }

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