Html Css Color HEX #DD4A3F Cinnabar

📋 copy color: '#DD4A3F'

red 221 ◦ green 74 ◦ blue 63

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

Shades of Cinnabar #DD4A3F

Tints of Cinnabar #DD4A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 61.73%
G = 20.67%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4A3F (or 0xDD4A3F) is known color: Cinnabar. HEX triplet: DD, 4A and 3F. RGB value is (221,74,63). Sum of RGB (Red+Green+Blue) = 221+74+63=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A3F is #22B5C0. Grayscale: #747474. Windows color (decimal): -2274753 or 4147933. OLE color: 4147933.

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

Color convert

RGB 221 74 63 -
CMYK 0 0.67 0.71 0.13
HSL 4.18º 0.7% 0.56% -
HSV(B) 4.18º 0.71% 0.87% -
XYZ 33.16 20.63 6.94 -
YUV 116.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 221 74 63 0 0.67 0.71 0.13 4.18 0.7 0.56
Hex DD 4A 3F 0 43 47 D 4 46 38
Octal 335 112 77 0 103 107 15 4 106 70
Binary 11011101 1001010 111111 0 1000011 1000111 1101 100 1000110 111000

Color Harmonies of #DD4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A3F

Black with #DD4A3F

Text Example


Text Example

White with #DD4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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