Html Css Color HEX #DD4026 Cinnabar

📋 copy color: '#DD4026'

red 221 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #DD4026

Tints of Cinnabar #DD4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 68.42%
G = 19.81%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4026 (or 0xDD4026) is known color: Cinnabar. HEX triplet: DD, 40 and 26. RGB value is (221,64,38). Sum of RGB (Red+Green+Blue) = 221+64+38=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4026 is #22BFD9. Grayscale: #6C6C6C. Windows color (decimal): -2277338 or 2506973. OLE color: 2506973.

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

Color convert

RGB 221 64 38 -
CMYK 0 0.71 0.83 0.13
HSL 8.52º 0.73% 0.51% -
HSV(B) 8.52º 0.83% 0.87% -
XYZ 32 19.18 3.85 -
YUV 107.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 221 64 38 0 0.71 0.83 0.13 8.52 0.73 0.51
Hex DD 40 26 0 47 53 D 9 49 33
Octal 335 100 46 0 107 123 15 11 111 63
Binary 11011101 1000000 100110 0 1000111 1010011 1101 1001 1001001 110011

Color Harmonies of #DD4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4026

Black with #DD4026

Text Example


Text Example

White with #DD4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4026; }

 p { color: rgb(221,64,38); }

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

background-color css

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

 a { background-color: rgb(221,64,38); }

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

border-color css

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

 span { border-color: rgb(221,64,38); }

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