Html Css Color HEX #DD3427 Cinnabar

📋 copy color: '#DD3427'

red 221 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #DD3427

Tints of Cinnabar #DD3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 70.83%
G = 16.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3427 (or 0xDD3427) is known color: Cinnabar. HEX triplet: DD, 34 and 27. RGB value is (221,52,39). Sum of RGB (Red+Green+Blue) = 221+52+39=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3427 is #22CBD8. Grayscale: #656565. Windows color (decimal): -2280409 or 2569437. OLE color: 2569437.

HSL color Cylindrical-coordinate representation of color #DD3427: hue angle of 4.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD3427 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 39 -
CMYK 0 0.76 0.82 0.13
HSL 4.29º 0.73% 0.51% -
HSV(B) 4.29º 0.82% 0.87% -
XYZ 31.41 17.97 3.73 -
YUV 101.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 221 52 39 0 0.76 0.82 0.13 4.29 0.73 0.51
Hex DD 34 27 0 4C 52 D 4 49 33
Octal 335 64 47 0 114 122 15 4 111 63
Binary 11011101 110100 100111 0 1001100 1010010 1101 100 1001001 110011

Color Harmonies of #DD3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3427

Black with #DD3427

Text Example


Text Example

White with #DD3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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