Html Css Color HEX #DD3834 Cinnabar

📋 copy color: '#DD3834'

red 221 ◦ green 56 ◦ blue 52

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

Shades of Cinnabar #DD3834

Tints of Cinnabar #DD3834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 67.17%
G = 17.02%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3834 (or 0xDD3834) is known color: Cinnabar. HEX triplet: DD, 38 and 34. RGB value is (221,56,52). Sum of RGB (Red+Green+Blue) = 221+56+52=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3834 is #22C7CB. Grayscale: #696969. Windows color (decimal): -2279372 or 3422429. OLE color: 3422429.

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

Color convert

RGB 221 56 52 -
CMYK 0 0.75 0.76 0.13
HSL 1.42º 0.71% 0.54% -
HSV(B) 1.42º 0.76% 0.87% -
XYZ 31.85 18.45 5.13 -
YUV 104.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 221 56 52 0 0.75 0.76 0.13 1.42 0.71 0.54
Hex DD 38 34 0 4B 4C D 1 47 36
Octal 335 70 64 0 113 114 15 1 107 66
Binary 11011101 111000 110100 0 1001011 1001100 1101 1 1000111 110110

Color Harmonies of #DD3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3834

Black with #DD3834

Text Example


Text Example

White with #DD3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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