Html Css Color HEX #DD3B2A Cinnabar

📋 copy color: '#DD3B2A'

red 221 ◦ green 59 ◦ blue 42

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

Shades of Cinnabar #DD3B2A

Tints of Cinnabar #DD3B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 68.63%
G = 18.32%
B = 13.04%

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

#DD3B2A (or 0xDD3B2A) is known color: Cinnabar. HEX triplet: DD, 3B and 2A. RGB value is (221,59,42). Sum of RGB (Red+Green+Blue) = 221+59+42=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B2A is #22C4D5. Grayscale: #696969. Windows color (decimal): -2278614 or 2767837. OLE color: 2767837.

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

Color convert

RGB 221 59 42 -
CMYK 0 0.73 0.81 0.13
HSL 5.7º 0.72% 0.52% -
HSV(B) 5.7º 0.81% 0.87% -
XYZ 31.8 18.67 4.12 -
YUV 105.5 92.17 210.38 -
System Red Green Blue C M Y K H S L
Decimal 221 59 42 0 0.73 0.81 0.13 5.7 0.72 0.52
Hex DD 3B 2A 0 49 51 D 6 48 34
Octal 335 73 52 0 111 121 15 6 110 64
Binary 11011101 111011 101010 0 1001001 1010001 1101 110 1001000 110100

Color Harmonies of #DD3B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B2A

Black with #DD3B2A

Text Example


Text Example

White with #DD3B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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