Html Css Color HEX #DF512B Cinnabar

📋 copy color: '#DF512B'

red 223 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #DF512B

Tints of Cinnabar #DF512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 64.27%
G = 23.34%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF512B (or 0xDF512B) is known color: Cinnabar. HEX triplet: DF, 51 and 2B. RGB value is (223,81,43). Sum of RGB (Red+Green+Blue) = 223+81+43=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF512B is #20AED4. Grayscale: #777777. Windows color (decimal): -2141909 or 2839007. OLE color: 2839007.

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

Color convert

RGB 223 81 43 -
CMYK 0 0.64 0.81 0.13
HSL 12.67º 0.74% 0.52% -
HSV(B) 12.67º 0.81% 0.87% -
XYZ 33.81 21.75 4.7 -
YUV 119.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 223 81 43 0 0.64 0.81 0.13 12.67 0.74 0.52
Hex DF 51 2B 0 40 51 D D 4A 34
Octal 337 121 53 0 100 121 15 15 112 64
Binary 11011111 1010001 101011 0 1000000 1010001 1101 1101 1001010 110100

Color Harmonies of #DF512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF512B

Black with #DF512B

Text Example


Text Example

White with #DF512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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