Html Css Color HEX #DD3826 Cinnabar

📋 copy color: '#DD3826'

red 221 ◦ green 56 ◦ blue 38

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

Shades of Cinnabar #DD3826

Tints of Cinnabar #DD3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 70.16%
G = 17.78%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD3826 (or 0xDD3826) is known color: Cinnabar. HEX triplet: DD, 38 and 26. RGB value is (221,56,38). Sum of RGB (Red+Green+Blue) = 221+56+38=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3826 is #22C7D9. Grayscale: #676767. Windows color (decimal): -2279386 or 2504925. OLE color: 2504925.

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

Color convert

RGB 221 56 38 -
CMYK 0 0.75 0.83 0.13
HSL 5.9º 0.73% 0.51% -
HSV(B) 5.9º 0.83% 0.87% -
XYZ 31.58 18.34 3.71 -
YUV 103.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 221 56 38 0 0.75 0.83 0.13 5.9 0.73 0.51
Hex DD 38 26 0 4B 53 D 6 49 33
Octal 335 70 46 0 113 123 15 6 111 63
Binary 11011101 111000 100110 0 1001011 1010011 1101 110 1001001 110011

Color Harmonies of #DD3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3826

Black with #DD3826

Text Example


Text Example

White with #DD3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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