Html Css Color HEX #DF4A3F Cinnabar

📋 copy color: '#DF4A3F'

red 223 ◦ green 74 ◦ blue 63

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

Shades of Cinnabar #DF4A3F

Tints of Cinnabar #DF4A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 61.94%
G = 20.56%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF4A3F (or 0xDF4A3F) is known color: Cinnabar. HEX triplet: DF, 4A and 3F. RGB value is (223,74,63). Sum of RGB (Red+Green+Blue) = 223+74+63=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A3F is #20B5C0. Grayscale: #757575. Windows color (decimal): -2143681 or 4147935. OLE color: 4147935.

HSL color Cylindrical-coordinate representation of color #DF4A3F: hue angle of 4.12º degrees, saturation: 0.71, 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 #DF4A3F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 63 -
CMYK 0 0.67 0.72 0.13
HSL 4.13º 0.71% 0.56% -
HSV(B) 4.13º 0.72% 0.87% -
XYZ 33.78 20.94 6.97 -
YUV 117.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 223 74 63 0 0.67 0.72 0.13 4.13 0.71 0.56
Hex DF 4A 3F 0 43 48 D 4 47 38
Octal 337 112 77 0 103 110 15 4 107 70
Binary 11011111 1001010 111111 0 1000011 1001000 1101 100 1000111 111000

Color Harmonies of #DF4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A3F

Black with #DF4A3F

Text Example


Text Example

White with #DF4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A3F; }

 p { color: rgb(223,74,63); }

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

background-color css

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

 a { background-color: rgb(223,74,63); }

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

border-color css

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

 span { border-color: rgb(223,74,63); }

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