Html Css Color HEX #DD3825 Cinnabar

📋 copy color: '#DD3825'

red 221 ◦ green 56 ◦ blue 37

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

Shades of Cinnabar #DD3825

Tints of Cinnabar #DD3825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 70.38%
G = 17.83%
B = 11.78%

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

#DD3825 (or 0xDD3825) is known color: Cinnabar. HEX triplet: DD, 38 and 25. RGB value is (221,56,37). Sum of RGB (Red+Green+Blue) = 221+56+37=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3825 is #22C7DA. Grayscale: #676767. Windows color (decimal): -2279387 or 2439389. OLE color: 2439389.

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

Color convert

RGB 221 56 37 -
CMYK 0 0.75 0.83 0.13
HSL 6.2º 0.73% 0.51% -
HSV(B) 6.2º 0.83% 0.87% -
XYZ 31.57 18.33 3.63 -
YUV 103.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 221 56 37 0 0.75 0.83 0.13 6.2 0.73 0.51
Hex DD 38 25 0 4B 53 D 6 49 33
Octal 335 70 45 0 113 123 15 6 111 63
Binary 11011101 111000 100101 0 1001011 1010011 1101 110 1001001 110011

Color Harmonies of #DD3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3825

Black with #DD3825

Text Example


Text Example

White with #DD3825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3825; }

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

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

background-color css

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

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

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

border-color css

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

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

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