Html Css Color HEX #DF4A38 Cinnabar

📋 copy color: '#DF4A38'

red 223 ◦ green 74 ◦ blue 56

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

Shades of Cinnabar #DF4A38

Tints of Cinnabar #DF4A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 63.17%
G = 20.96%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF4A38 (or 0xDF4A38) is known color: Cinnabar. HEX triplet: DF, 4A and 38. RGB value is (223,74,56). Sum of RGB (Red+Green+Blue) = 223+74+56=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A38 is #20B5C7. Grayscale: #747474. Windows color (decimal): -2143688 or 3689183. OLE color: 3689183.

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

Color convert

RGB 223 74 56 -
CMYK 0 0.67 0.75 0.13
HSL 6.47º 0.72% 0.55% -
HSV(B) 6.47º 0.75% 0.87% -
XYZ 33.59 20.87 6 -
YUV 116.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 223 74 56 0 0.67 0.75 0.13 6.47 0.72 0.55
Hex DF 4A 38 0 43 4B D 6 48 37
Octal 337 112 70 0 103 113 15 6 110 67
Binary 11011111 1001010 111000 0 1000011 1001011 1101 110 1001000 110111

Color Harmonies of #DF4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A38

Black with #DF4A38

Text Example


Text Example

White with #DF4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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