Html Css Color HEX #DD4339 Cinnabar

📋 copy color: '#DD4339'

red 221 ◦ green 67 ◦ blue 57

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

Shades of Cinnabar #DD4339

Tints of Cinnabar #DD4339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 57 (22.66% from 255) = 16.52%

R = 64.06%
G = 19.42%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD4339 (or 0xDD4339) is known color: Cinnabar. HEX triplet: DD, 43 and 39. RGB value is (221,67,57). Sum of RGB (Red+Green+Blue) = 221+67+57=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4339 is #22BCC6. Grayscale: #707070. Windows color (decimal): -2276551 or 3752925. OLE color: 3752925.

HSL color Cylindrical-coordinate representation of color #DD4339: hue angle of 3.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD4339 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 57 -
CMYK 0 0.70 0.74 0.13
HSL 3.66º 0.71% 0.55% -
HSV(B) 3.66º 0.74% 0.87% -
XYZ 32.56 19.68 5.95 -
YUV 111.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 221 67 57 0 0.70 0.74 0.13 3.66 0.71 0.55
Hex DD 43 39 0 46 4A D 4 47 37
Octal 335 103 71 0 106 112 15 4 107 67
Binary 11011101 1000011 111001 0 1000110 1001010 1101 100 1000111 110111

Color Harmonies of #DD4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4339

Black with #DD4339

Text Example


Text Example

White with #DD4339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4339; }

 p { color: rgb(221,67,57); }

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

background-color css

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

 a { background-color: rgb(221,67,57); }

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

border-color css

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

 span { border-color: rgb(221,67,57); }

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