Html Css Color HEX #DD3F3C Cinnabar

📋 copy color: '#DD3F3C'

red 221 ◦ green 63 ◦ blue 60

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

Shades of Cinnabar #DD3F3C

Tints of Cinnabar #DD3F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 64.24%
G = 18.31%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD3F3C (or 0xDD3F3C) is known color: Cinnabar. HEX triplet: DD, 3F and 3C. RGB value is (221,63,60). Sum of RGB (Red+Green+Blue) = 221+63+60=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F3C is #22C0C3. Grayscale: #6E6E6E. Windows color (decimal): -2277572 or 3948509. OLE color: 3948509.

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

Color convert

RGB 221 63 60 -
CMYK 0 0.71 0.73 0.13
HSL 1.12º 0.7% 0.55% -
HSV(B) 1.12º 0.73% 0.87% -
XYZ 32.41 19.25 6.28 -
YUV 109.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 221 63 60 0 0.71 0.73 0.13 1.12 0.7 0.55
Hex DD 3F 3C 0 47 49 D 1 46 37
Octal 335 77 74 0 107 111 15 1 106 67
Binary 11011101 111111 111100 0 1000111 1001001 1101 1 1000110 110111

Color Harmonies of #DD3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F3C

Black with #DD3F3C

Text Example


Text Example

White with #DD3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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