Html Css Color HEX #DD4135 Cinnabar

📋 copy color: '#DD4135'

red 221 ◦ green 65 ◦ blue 53

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

Shades of Cinnabar #DD4135

Tints of Cinnabar #DD4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 65.19%
G = 19.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4135 (or 0xDD4135) is known color: Cinnabar. HEX triplet: DD, 41 and 35. RGB value is (221,65,53). Sum of RGB (Red+Green+Blue) = 221+65+53=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4135 is #22BECA. Grayscale: #6E6E6E. Windows color (decimal): -2277067 or 3490269. OLE color: 3490269.

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

Color convert

RGB 221 65 53 -
CMYK 0 0.71 0.76 0.13
HSL 4.29º 0.71% 0.54% -
HSV(B) 4.29º 0.76% 0.87% -
XYZ 32.35 19.41 5.41 -
YUV 110.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 221 65 53 0 0.71 0.76 0.13 4.29 0.71 0.54
Hex DD 41 35 0 47 4C D 4 47 36
Octal 335 101 65 0 107 114 15 4 107 66
Binary 11011101 1000001 110101 0 1000111 1001100 1101 100 1000111 110110

Color Harmonies of #DD4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4135

Black with #DD4135

Text Example


Text Example

White with #DD4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4135; }

 p { color: rgb(221,65,53); }

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

background-color css

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

 a { background-color: rgb(221,65,53); }

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

border-color css

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

 span { border-color: rgb(221,65,53); }

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