Html Css Color HEX #DD3A34 Cinnabar

📋 copy color: '#DD3A34'

red 221 ◦ green 58 ◦ blue 52

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

Shades of Cinnabar #DD3A34

Tints of Cinnabar #DD3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 66.77%
G = 17.52%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3A34 (or 0xDD3A34) is known color: Cinnabar. HEX triplet: DD, 3A and 34. RGB value is (221,58,52). Sum of RGB (Red+Green+Blue) = 221+58+52=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A34 is #22C5CB. Grayscale: #6A6A6A. Windows color (decimal): -2278860 or 3422941. OLE color: 3422941.

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

Color convert

RGB 221 58 52 -
CMYK 0 0.74 0.76 0.13
HSL 2.13º 0.71% 0.54% -
HSV(B) 2.13º 0.76% 0.87% -
XYZ 31.95 18.65 5.16 -
YUV 106.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 221 58 52 0 0.74 0.76 0.13 2.13 0.71 0.54
Hex DD 3A 34 0 4A 4C D 2 47 36
Octal 335 72 64 0 112 114 15 2 107 66
Binary 11011101 111010 110100 0 1001010 1001100 1101 10 1000111 110110

Color Harmonies of #DD3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A34

Black with #DD3A34

Text Example


Text Example

White with #DD3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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