Html Css Color HEX #DD3B2B Cinnabar

📋 copy color: '#DD3B2B'

red 221 ◦ green 59 ◦ blue 43

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

Shades of Cinnabar #DD3B2B

Tints of Cinnabar #DD3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 68.42%
G = 18.27%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3B2B (or 0xDD3B2B) is known color: Cinnabar. HEX triplet: DD, 3B and 2B. RGB value is (221,59,43). Sum of RGB (Red+Green+Blue) = 221+59+43=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B2B is #22C4D4. Grayscale: #696969. Windows color (decimal): -2278613 or 2833373. OLE color: 2833373.

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

Color convert

RGB 221 59 43 -
CMYK 0 0.73 0.81 0.13
HSL 5.39º 0.72% 0.52% -
HSV(B) 5.39º 0.81% 0.87% -
XYZ 31.82 18.67 4.21 -
YUV 105.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 221 59 43 0 0.73 0.81 0.13 5.39 0.72 0.52
Hex DD 3B 2B 0 49 51 D 5 48 34
Octal 335 73 53 0 111 121 15 5 110 64
Binary 11011101 111011 101011 0 1001001 1010001 1101 101 1001000 110100

Color Harmonies of #DD3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B2B

Black with #DD3B2B

Text Example


Text Example

White with #DD3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B2B; }

 p { color: rgb(221,59,43); }

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

background-color css

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

 a { background-color: rgb(221,59,43); }

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

border-color css

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

 span { border-color: rgb(221,59,43); }

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