Html Css Color HEX #DD4325 Cinnabar

📋 copy color: '#DD4325'

red 221 ◦ green 67 ◦ blue 37

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

Shades of Cinnabar #DD4325

Tints of Cinnabar #DD4325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

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

R = 68%
G = 20.62%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4325 (or 0xDD4325) is known color: Cinnabar. HEX triplet: DD, 43 and 25. RGB value is (221,67,37). Sum of RGB (Red+Green+Blue) = 221+67+37=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4325 is #22BCDA. Grayscale: #6D6D6D. Windows color (decimal): -2276571 or 2442205. OLE color: 2442205.

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

Color convert

RGB 221 67 37 -
CMYK 0 0.70 0.83 0.13
HSL 9.78º 0.73% 0.51% -
HSV(B) 9.78º 0.83% 0.87% -
XYZ 32.16 19.52 3.82 -
YUV 109.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 221 67 37 0 0.70 0.83 0.13 9.78 0.73 0.51
Hex DD 43 25 0 46 53 D A 49 33
Octal 335 103 45 0 106 123 15 12 111 63
Binary 11011101 1000011 100101 0 1000110 1010011 1101 1010 1001001 110011

Color Harmonies of #DD4325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4325

Black with #DD4325

Text Example


Text Example

White with #DD4325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4325; }

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

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

background-color css

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

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

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

border-color css

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

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

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