Html Css Color HEX #DD4B2A Cinnabar

📋 copy color: '#DD4B2A'

red 221 ◦ green 75 ◦ blue 42

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

Shades of Cinnabar #DD4B2A

Tints of Cinnabar #DD4B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 65.38%
G = 22.19%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD4B2A (or 0xDD4B2A) is known color: Cinnabar. HEX triplet: DD, 4B and 2A. RGB value is (221,75,42). Sum of RGB (Red+Green+Blue) = 221+75+42=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B2A is #22B4D5. Grayscale: #737373. Windows color (decimal): -2274518 or 2771933. OLE color: 2771933.

HSL color Cylindrical-coordinate representation of color #DD4B2A: hue angle of 11.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4B2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 42 -
CMYK 0 0.66 0.81 0.13
HSL 11.06º 0.72% 0.52% -
HSV(B) 11.06º 0.81% 0.87% -
XYZ 32.75 20.57 4.43 -
YUV 114.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 221 75 42 0 0.66 0.81 0.13 11.06 0.72 0.52
Hex DD 4B 2A 0 42 51 D B 48 34
Octal 335 113 52 0 102 121 15 13 110 64
Binary 11011101 1001011 101010 0 1000010 1010001 1101 1011 1001000 110100

Color Harmonies of #DD4B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B2A

Black with #DD4B2A

Text Example


Text Example

White with #DD4B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B2A; }

 p { color: rgb(221,75,42); }

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

background-color css

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

 a { background-color: rgb(221,75,42); }

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

border-color css

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

 span { border-color: rgb(221,75,42); }

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