Html Css Color HEX #DD4A1F Cinnabar

📋 copy color: '#DD4A1F'

red 221 ◦ green 74 ◦ blue 31

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

Shades of Cinnabar #DD4A1F

Tints of Cinnabar #DD4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 67.79%
G = 22.7%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD4A1F (or 0xDD4A1F) is known color: Cinnabar. HEX triplet: DD, 4A and 1F. RGB value is (221,74,31). Sum of RGB (Red+Green+Blue) = 221+74+31=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A1F is #22B5E0. Grayscale: #717171. Windows color (decimal): -2274785 or 2050781. OLE color: 2050781.

HSL color Cylindrical-coordinate representation of color #DD4A1F: hue angle of 13.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD4A1F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 31 -
CMYK 0 0.67 0.86 0.13
HSL 13.58º 0.75% 0.49% -
HSV(B) 13.58º 0.86% 0.87% -
XYZ 32.51 20.37 3.51 -
YUV 113.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 221 74 31 0 0.67 0.86 0.13 13.58 0.75 0.49
Hex DD 4A 1F 0 43 56 D E 4B 31
Octal 335 112 37 0 103 126 15 16 113 61
Binary 11011101 1001010 11111 0 1000011 1010110 1101 1110 1001011 110001

Color Harmonies of #DD4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A1F

Black with #DD4A1F

Text Example


Text Example

White with #DD4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A1F; }

 p { color: rgb(221,74,31); }

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

background-color css

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

 a { background-color: rgb(221,74,31); }

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

border-color css

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

 span { border-color: rgb(221,74,31); }

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