Html Css Color HEX #DD3D3C Cinnabar

📋 copy color: '#DD3D3C'

red 221 ◦ green 61 ◦ blue 60

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

Shades of Cinnabar #DD3D3C

Tints of Cinnabar #DD3D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

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

R = 64.62%
G = 17.84%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD3D3C (or 0xDD3D3C) is known color: Cinnabar. HEX triplet: DD, 3D and 3C. RGB value is (221,61,60). Sum of RGB (Red+Green+Blue) = 221+61+60=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D3C is #22C2C3. Grayscale: #6C6C6C. Windows color (decimal): -2278084 or 3947997. OLE color: 3947997.

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

Color convert

RGB 221 61 60 -
CMYK 0 0.72 0.73 0.13
HSL 0.37º 0.7% 0.55% -
HSV(B) 0.37º 0.73% 0.87% -
XYZ 32.3 19.04 6.25 -
YUV 108.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 221 61 60 0 0.72 0.73 0.13 0.37 0.7 0.55
Hex DD 3D 3C 0 48 49 D 0 46 37
Octal 335 75 74 0 110 111 15 0 106 67
Binary 11011101 111101 111100 0 1001000 1001001 1101 0 1000110 110111

Color Harmonies of #DD3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D3C

Black with #DD3D3C

Text Example


Text Example

White with #DD3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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