Html Css Color HEX #DD3F36 Cinnabar

📋 copy color: '#DD3F36'

red 221 ◦ green 63 ◦ blue 54

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

Shades of Cinnabar #DD3F36

Tints of Cinnabar #DD3F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 65.38%
G = 18.64%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3F36 (or 0xDD3F36) is known color: Cinnabar. HEX triplet: DD, 3F and 36. RGB value is (221,63,54). Sum of RGB (Red+Green+Blue) = 221+63+54=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F36 is #22C0C9. Grayscale: #6D6D6D. Windows color (decimal): -2277578 or 3555293. OLE color: 3555293.

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

Color convert

RGB 221 63 54 -
CMYK 0 0.71 0.76 0.13
HSL 3.23º 0.71% 0.54% -
HSV(B) 3.23º 0.76% 0.87% -
XYZ 32.26 19.19 5.49 -
YUV 109.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 221 63 54 0 0.71 0.76 0.13 3.23 0.71 0.54
Hex DD 3F 36 0 47 4C D 3 47 36
Octal 335 77 66 0 107 114 15 3 107 66
Binary 11011101 111111 110110 0 1000111 1001100 1101 11 1000111 110110

Color Harmonies of #DD3F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F36

Black with #DD3F36

Text Example


Text Example

White with #DD3F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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