Html Css Color HEX #DF512D Cinnabar

📋 copy color: '#DF512D'

red 223 ◦ green 81 ◦ blue 45

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

Shades of Cinnabar #DF512D

Tints of Cinnabar #DF512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 63.9%
G = 23.21%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF512D (or 0xDF512D) is known color: Cinnabar. HEX triplet: DF, 51 and 2D. RGB value is (223,81,45). Sum of RGB (Red+Green+Blue) = 223+81+45=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF512D is #20AED2. Grayscale: #777777. Windows color (decimal): -2141907 or 2970079. OLE color: 2970079.

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

Color convert

RGB 223 81 45 -
CMYK 0 0.64 0.80 0.13
HSL 12.13º 0.74% 0.53% -
HSV(B) 12.13º 0.8% 0.87% -
XYZ 33.85 21.76 4.9 -
YUV 119.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 223 81 45 0 0.64 0.80 0.13 12.13 0.74 0.53
Hex DF 51 2D 0 40 50 D C 4A 35
Octal 337 121 55 0 100 120 15 14 112 65
Binary 11011111 1010001 101101 0 1000000 1010000 1101 1100 1001010 110101

Color Harmonies of #DF512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF512D

Black with #DF512D

Text Example


Text Example

White with #DF512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF512D; }

 p { color: rgb(223,81,45); }

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

background-color css

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

 a { background-color: rgb(223,81,45); }

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

border-color css

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

 span { border-color: rgb(223,81,45); }

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