Html Css Color HEX #DF4F2B Cinnabar

📋 copy color: '#DF4F2B'

red 223 ◦ green 79 ◦ blue 43

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

Shades of Cinnabar #DF4F2B

Tints of Cinnabar #DF4F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

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

R = 64.64%
G = 22.9%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF4F2B (or 0xDF4F2B) is known color: Cinnabar. HEX triplet: DF, 4F and 2B. RGB value is (223,79,43). Sum of RGB (Red+Green+Blue) = 223+79+43=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F2B is #20B0D4. Grayscale: #767676. Windows color (decimal): -2142421 or 2838495. OLE color: 2838495.

HSL color Cylindrical-coordinate representation of color #DF4F2B: hue angle of 12º 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 #DF4F2B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 43 -
CMYK 0 0.65 0.81 0.13
HSL 12º 0.74% 0.52% -
HSV(B) 12º 0.81% 0.87% -
XYZ 33.66 21.45 4.65 -
YUV 117.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 223 79 43 0 0.65 0.81 0.13 12 0.74 0.52
Hex DF 4F 2B 0 41 51 D C 4A 34
Octal 337 117 53 0 101 121 15 14 112 64
Binary 11011111 1001111 101011 0 1000001 1010001 1101 1100 1001010 110100

Color Harmonies of #DF4F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F2B

Black with #DF4F2B

Text Example


Text Example

White with #DF4F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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