Html Css Color HEX #DD4725 Cinnabar

📋 copy color: '#DD4725'

red 221 ◦ green 71 ◦ blue 37

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

Shades of Cinnabar #DD4725

Tints of Cinnabar #DD4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 67.17%
G = 21.58%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4725 (or 0xDD4725) is known color: Cinnabar. HEX triplet: DD, 47 and 25. RGB value is (221,71,37). Sum of RGB (Red+Green+Blue) = 221+71+37=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4725 is #22B8DA. Grayscale: #707070. Windows color (decimal): -2275547 or 2443229. OLE color: 2443229.

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

Color convert

RGB 221 71 37 -
CMYK 0 0.68 0.83 0.13
HSL 11.09º 0.73% 0.51% -
HSV(B) 11.09º 0.83% 0.87% -
XYZ 32.41 20.01 3.91 -
YUV 111.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 221 71 37 0 0.68 0.83 0.13 11.09 0.73 0.51
Hex DD 47 25 0 44 53 D B 49 33
Octal 335 107 45 0 104 123 15 13 111 63
Binary 11011101 1000111 100101 0 1000100 1010011 1101 1011 1001001 110011

Color Harmonies of #DD4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4725

Black with #DD4725

Text Example


Text Example

White with #DD4725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4725; }

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

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

background-color css

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

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

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

border-color css

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

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

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