Html Css Color HEX #DD462E Cinnabar

📋 copy color: '#DD462E'

red 221 ◦ green 70 ◦ blue 46

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

Shades of Cinnabar #DD462E

Tints of Cinnabar #DD462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 65.58%
G = 20.77%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD462E (or 0xDD462E) is known color: Cinnabar. HEX triplet: DD, 46 and 2E. RGB value is (221,70,46). Sum of RGB (Red+Green+Blue) = 221+70+46=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462E is #22B9D1. Grayscale: #707070. Windows color (decimal): -2275794 or 3032797. OLE color: 3032797.

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

Color convert

RGB 221 70 46 -
CMYK 0 0.68 0.79 0.13
HSL 8.23º 0.72% 0.52% -
HSV(B) 8.23º 0.79% 0.87% -
XYZ 32.5 19.95 4.72 -
YUV 112.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 221 70 46 0 0.68 0.79 0.13 8.23 0.72 0.52
Hex DD 46 2E 0 44 4F D 8 48 34
Octal 335 106 56 0 104 117 15 10 110 64
Binary 11011101 1000110 101110 0 1000100 1001111 1101 1000 1001000 110100

Color Harmonies of #DD462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD462E

Black with #DD462E

Text Example


Text Example

White with #DD462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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