Html Css Color HEX #DD4623 Cinnabar

📋 copy color: '#DD4623'

red 221 ◦ green 70 ◦ blue 35

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

Shades of Cinnabar #DD4623

Tints of Cinnabar #DD4623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 67.79%
G = 21.47%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD4623 (or 0xDD4623) is known color: Cinnabar. HEX triplet: DD, 46 and 23. RGB value is (221,70,35). Sum of RGB (Red+Green+Blue) = 221+70+35=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4623 is #22B9DC. Grayscale: #6F6F6F. Windows color (decimal): -2275805 or 2311901. OLE color: 2311901.

HSL color Cylindrical-coordinate representation of color #DD4623: hue angle of 11.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD4623 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 35 -
CMYK 0 0.68 0.84 0.13
HSL 11.29º 0.73% 0.5% -
HSV(B) 11.29º 0.84% 0.87% -
XYZ 32.31 19.87 3.72 -
YUV 111.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 221 70 35 0 0.68 0.84 0.13 11.29 0.73 0.5
Hex DD 46 23 0 44 54 D B 49 32
Octal 335 106 43 0 104 124 15 13 111 62
Binary 11011101 1000110 100011 0 1000100 1010100 1101 1011 1001001 110010

Color Harmonies of #DD4623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4623

Black with #DD4623

Text Example


Text Example

White with #DD4623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4623; }

 p { color: rgb(221,70,35); }

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

background-color css

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

 a { background-color: rgb(221,70,35); }

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

border-color css

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

 span { border-color: rgb(221,70,35); }

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