Html Css Color HEX #DD3C2F Cinnabar

📋 copy color: '#DD3C2F'

red 221 ◦ green 60 ◦ blue 47

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

Shades of Cinnabar #DD3C2F

Tints of Cinnabar #DD3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 67.38%
G = 18.29%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD3C2F (or 0xDD3C2F) is known color: Cinnabar. HEX triplet: DD, 3C and 2F. RGB value is (221,60,47). Sum of RGB (Red+Green+Blue) = 221+60+47=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C2F is #22C3D0. Grayscale: #6A6A6A. Windows color (decimal): -2278353 or 3095773. OLE color: 3095773.

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

Color convert

RGB 221 60 47 -
CMYK 0 0.73 0.79 0.13
HSL 4.48º 0.72% 0.53% -
HSV(B) 4.48º 0.79% 0.87% -
XYZ 31.95 18.81 4.64 -
YUV 106.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 221 60 47 0 0.73 0.79 0.13 4.48 0.72 0.53
Hex DD 3C 2F 0 49 4F D 4 48 35
Octal 335 74 57 0 111 117 15 4 110 65
Binary 11011101 111100 101111 0 1001001 1001111 1101 100 1001000 110101

Color Harmonies of #DD3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C2F

Black with #DD3C2F

Text Example


Text Example

White with #DD3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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