Html Css Color HEX #DD3E3C Cinnabar

📋 copy color: '#DD3E3C'

red 221 ◦ green 62 ◦ blue 60

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

Shades of Cinnabar #DD3E3C

Tints of Cinnabar #DD3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

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

R = 64.43%
G = 18.08%
B = 17.49%

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

#DD3E3C (or 0xDD3E3C) is known color: Cinnabar. HEX triplet: DD, 3E and 3C. RGB value is (221,62,60). Sum of RGB (Red+Green+Blue) = 221+62+60=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E3C is #22C1C3. Grayscale: #6D6D6D. Windows color (decimal): -2277828 or 3948253. OLE color: 3948253.

HSL color Cylindrical-coordinate representation of color #DD3E3C: 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.73%. Process color model (Four color, CMYK) of #DD3E3C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 60 -
CMYK 0 0.72 0.73 0.13
HSL 0.75º 0.7% 0.55% -
HSV(B) 0.75º 0.73% 0.87% -
XYZ 32.36 19.14 6.26 -
YUV 109.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 221 62 60 0 0.72 0.73 0.13 0.75 0.7 0.55
Hex DD 3E 3C 0 48 49 D 1 46 37
Octal 335 76 74 0 110 111 15 1 106 67
Binary 11011101 111110 111100 0 1001000 1001001 1101 1 1000110 110111

Color Harmonies of #DD3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E3C

Black with #DD3E3C

Text Example


Text Example

White with #DD3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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