Html Css Color HEX #DD463C Cinnabar

📋 copy color: '#DD463C'

red 221 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #DD463C

Tints of Cinnabar #DD463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 62.96%
G = 19.94%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD463C (or 0xDD463C) is known color: Cinnabar. HEX triplet: DD, 46 and 3C. RGB value is (221,70,60). Sum of RGB (Red+Green+Blue) = 221+70+60=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD463C is #22B9C3. Grayscale: #727272. Windows color (decimal): -2275780 or 3950301. OLE color: 3950301.

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

Color convert

RGB 221 70 60 -
CMYK 0 0.68 0.73 0.13
HSL 3.73º 0.7% 0.55% -
HSV(B) 3.73º 0.73% 0.87% -
XYZ 32.82 20.08 6.42 -
YUV 114.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 221 70 60 0 0.68 0.73 0.13 3.73 0.7 0.55
Hex DD 46 3C 0 44 49 D 4 46 37
Octal 335 106 74 0 104 111 15 4 106 67
Binary 11011101 1000110 111100 0 1000100 1001001 1101 100 1000110 110111

Color Harmonies of #DD463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD463C

Black with #DD463C

Text Example


Text Example

White with #DD463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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