Html Css Color HEX #DD3C34 Cinnabar

📋 copy color: '#DD3C34'

red 221 ◦ green 60 ◦ blue 52

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

Shades of Cinnabar #DD3C34

Tints of Cinnabar #DD3C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 66.37%
G = 18.02%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3C34 (or 0xDD3C34) is known color: Cinnabar. HEX triplet: DD, 3C and 34. RGB value is (221,60,52). Sum of RGB (Red+Green+Blue) = 221+60+52=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C34 is #22C3CB. Grayscale: #6B6B6B. Windows color (decimal): -2278348 or 3423453. OLE color: 3423453.

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

Color convert

RGB 221 60 52 -
CMYK 0 0.73 0.76 0.13
HSL 2.84º 0.71% 0.54% -
HSV(B) 2.84º 0.76% 0.87% -
XYZ 32.05 18.85 5.2 -
YUV 107.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 221 60 52 0 0.73 0.76 0.13 2.84 0.71 0.54
Hex DD 3C 34 0 49 4C D 3 47 36
Octal 335 74 64 0 111 114 15 3 107 66
Binary 11011101 111100 110100 0 1001001 1001100 1101 11 1000111 110110

Color Harmonies of #DD3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C34

Black with #DD3C34

Text Example


Text Example

White with #DD3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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