Html Css Color HEX #DD3F3D Cinnabar

📋 copy color: '#DD3F3D'

red 221 ◦ green 63 ◦ blue 61

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

Shades of Cinnabar #DD3F3D

Tints of Cinnabar #DD3F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 64.06%
G = 18.26%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD3F3D (or 0xDD3F3D) is known color: Cinnabar. HEX triplet: DD, 3F and 3D. RGB value is (221,63,61). Sum of RGB (Red+Green+Blue) = 221+63+61=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F3D is #22C0C2. Grayscale: #6E6E6E. Windows color (decimal): -2277571 or 4014045. OLE color: 4014045.

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

Color convert

RGB 221 63 61 -
CMYK 0 0.71 0.72 0.13
HSL 0.75º 0.7% 0.55% -
HSV(B) 0.75º 0.72% 0.87% -
XYZ 32.44 19.26 6.42 -
YUV 110.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 221 63 61 0 0.71 0.72 0.13 0.75 0.7 0.55
Hex DD 3F 3D 0 47 48 D 1 46 37
Octal 335 77 75 0 107 110 15 1 106 67
Binary 11011101 111111 111101 0 1000111 1001000 1101 1 1000110 110111

Color Harmonies of #DD3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F3D

Black with #DD3F3D

Text Example


Text Example

White with #DD3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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