Html Css Color HEX #DF463E Cinnabar

📋 copy color: '#DF463E'

red 223 ◦ green 70 ◦ blue 62

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

Shades of Cinnabar #DF463E

Tints of Cinnabar #DF463E

RGB

 RED value IS 223 (87.5% from 255) = 62.82%

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 62.82%
G = 19.72%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF463E (or 0xDF463E) is known color: Cinnabar. HEX triplet: DF, 46 and 3E. RGB value is (223,70,62). Sum of RGB (Red+Green+Blue) = 223+70+62=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF463E is #20B9C1. Grayscale: #737373. Windows color (decimal): -2144706 or 4081375. OLE color: 4081375.

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

Color convert

RGB 223 70 62 -
CMYK 0 0.69 0.72 0.13
HSL 2.98º 0.72% 0.56% -
HSV(B) 2.98º 0.72% 0.87% -
XYZ 33.49 20.42 6.73 -
YUV 114.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 223 70 62 0 0.69 0.72 0.13 2.98 0.72 0.56
Hex DF 46 3E 0 45 48 D 3 48 38
Octal 337 106 76 0 105 110 15 3 110 70
Binary 11011111 1000110 111110 0 1000101 1001000 1101 11 1001000 111000

Color Harmonies of #DF463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF463E

Black with #DF463E

Text Example


Text Example

White with #DF463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF463E; }

 p { color: rgb(223,70,62); }

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

background-color css

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

 a { background-color: rgb(223,70,62); }

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

border-color css

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

 span { border-color: rgb(223,70,62); }

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