Html Css Color HEX #DD4D25 Cinnabar

📋 copy color: '#DD4D25'

red 221 ◦ green 77 ◦ blue 37

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

Shades of Cinnabar #DD4D25

Tints of Cinnabar #DD4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

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

R = 65.97%
G = 22.99%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4D25 (or 0xDD4D25) is known color: Cinnabar. HEX triplet: DD, 4D and 25. RGB value is (221,77,37). Sum of RGB (Red+Green+Blue) = 221+77+37=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D25 is #22B2DA. Grayscale: #737373. Windows color (decimal): -2274011 or 2444765. OLE color: 2444765.

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

Color convert

RGB 221 77 37 -
CMYK 0 0.65 0.83 0.13
HSL 13.04º 0.73% 0.51% -
HSV(B) 13.04º 0.83% 0.87% -
XYZ 32.81 20.81 4.04 -
YUV 115.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 221 77 37 0 0.65 0.83 0.13 13.04 0.73 0.51
Hex DD 4D 25 0 41 53 D D 49 33
Octal 335 115 45 0 101 123 15 15 111 63
Binary 11011101 1001101 100101 0 1000001 1010011 1101 1101 1001001 110011

Color Harmonies of #DD4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D25

Black with #DD4D25

Text Example


Text Example

White with #DD4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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