Html Css Color HEX #DD462D Cinnabar

📋 copy color: '#DD462D'

red 221 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #DD462D

Tints of Cinnabar #DD462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 65.77%
G = 20.83%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD462D (or 0xDD462D) is known color: Cinnabar. HEX triplet: DD, 46 and 2D. RGB value is (221,70,45). Sum of RGB (Red+Green+Blue) = 221+70+45=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462D is #22B9D2. Grayscale: #707070. Windows color (decimal): -2275795 or 2967261. OLE color: 2967261.

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

Color convert

RGB 221 70 45 -
CMYK 0 0.68 0.80 0.13
HSL 8.52º 0.72% 0.52% -
HSV(B) 8.52º 0.8% 0.87% -
XYZ 32.48 19.94 4.62 -
YUV 112.3 90.03 205.53 -
System Red Green Blue C M Y K H S L
Decimal 221 70 45 0 0.68 0.80 0.13 8.52 0.72 0.52
Hex DD 46 2D 0 44 50 D 9 48 34
Octal 335 106 55 0 104 120 15 11 110 64
Binary 11011101 1000110 101101 0 1000100 1010000 1101 1001 1001000 110100

Color Harmonies of #DD462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD462D

Black with #DD462D

Text Example


Text Example

White with #DD462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD462D; }

 p { color: rgb(221,70,45); }

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

background-color css

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

 a { background-color: rgb(221,70,45); }

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

border-color css

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

 span { border-color: rgb(221,70,45); }

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