Html Css Color HEX #DD452F Cinnabar

📋 copy color: '#DD452F'

red 221 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #DD452F

Tints of Cinnabar #DD452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 65.58%
G = 20.47%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD452F (or 0xDD452F) is known color: Cinnabar. HEX triplet: DD, 45 and 2F. RGB value is (221,69,47). Sum of RGB (Red+Green+Blue) = 221+69+47=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD452F is #22BAD0. Grayscale: #707070. Windows color (decimal): -2276049 or 3098077. OLE color: 3098077.

HSL color Cylindrical-coordinate representation of color #DD452F: hue angle of 7.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD452F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 47 -
CMYK 0 0.69 0.79 0.13
HSL 7.59º 0.72% 0.53% -
HSV(B) 7.59º 0.79% 0.87% -
XYZ 32.46 19.83 4.81 -
YUV 111.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 221 69 47 0 0.69 0.79 0.13 7.59 0.72 0.53
Hex DD 45 2F 0 45 4F D 8 48 35
Octal 335 105 57 0 105 117 15 10 110 65
Binary 11011101 1000101 101111 0 1000101 1001111 1101 1000 1001000 110101

Color Harmonies of #DD452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD452F

Black with #DD452F

Text Example


Text Example

White with #DD452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD452F; }

 p { color: rgb(221,69,47); }

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

background-color css

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

 a { background-color: rgb(221,69,47); }

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

border-color css

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

 span { border-color: rgb(221,69,47); }

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