Html Css Color HEX #DD3626 Cinnabar

📋 copy color: '#DD3626'

red 221 ◦ green 54 ◦ blue 38

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

Shades of Cinnabar #DD3626

Tints of Cinnabar #DD3626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 70.61%
G = 17.25%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD3626 (or 0xDD3626) is known color: Cinnabar. HEX triplet: DD, 36 and 26. RGB value is (221,54,38). Sum of RGB (Red+Green+Blue) = 221+54+38=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3626 is #22C9D9. Grayscale: #666666. Windows color (decimal): -2279898 or 2504413. OLE color: 2504413.

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

Color convert

RGB 221 54 38 -
CMYK 0 0.76 0.83 0.13
HSL 5.25º 0.73% 0.51% -
HSV(B) 5.25º 0.83% 0.87% -
XYZ 31.49 18.15 3.68 -
YUV 102.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 221 54 38 0 0.76 0.83 0.13 5.25 0.73 0.51
Hex DD 36 26 0 4C 53 D 5 49 33
Octal 335 66 46 0 114 123 15 5 111 63
Binary 11011101 110110 100110 0 1001100 1010011 1101 101 1001001 110011

Color Harmonies of #DD3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3626

Black with #DD3626

Text Example


Text Example

White with #DD3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3626; }

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

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

background-color css

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

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

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

border-color css

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

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

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