Html Css Color HEX #DD463F Cinnabar

📋 copy color: '#DD463F'

red 221 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #DD463F

Tints of Cinnabar #DD463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 62.43%
G = 19.77%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD463F (or 0xDD463F) is known color: Cinnabar. HEX triplet: DD, 46 and 3F. RGB value is (221,70,63). Sum of RGB (Red+Green+Blue) = 221+70+63=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD463F is #22B9C0. Grayscale: #727272. Windows color (decimal): -2275777 or 4146909. OLE color: 4146909.

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

Color convert

RGB 221 70 63 -
CMYK 0 0.68 0.71 0.13
HSL 2.66º 0.7% 0.56% -
HSV(B) 2.66º 0.71% 0.87% -
XYZ 32.91 20.11 6.85 -
YUV 114.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 221 70 63 0 0.68 0.71 0.13 2.66 0.7 0.56
Hex DD 46 3F 0 44 47 D 3 46 38
Octal 335 106 77 0 104 107 15 3 106 70
Binary 11011101 1000110 111111 0 1000100 1000111 1101 11 1000110 111000

Color Harmonies of #DD463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD463F

Black with #DD463F

Text Example


Text Example

White with #DD463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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