Html Css Color HEX #DF4A40 Cinnabar

📋 copy color: '#DF4A40'

red 223 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #DF4A40

Tints of Cinnabar #DF4A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 61.77%
G = 20.5%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF4A40 (or 0xDF4A40) is known color: Cinnabar. HEX triplet: DF, 4A and 40. RGB value is (223,74,64). Sum of RGB (Red+Green+Blue) = 223+74+64=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A40 is #20B5BF. Grayscale: #757575. Windows color (decimal): -2143680 or 4213471. OLE color: 4213471.

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

Color convert

RGB 223 74 64 -
CMYK 0 0.67 0.71 0.13
HSL 3.77º 0.71% 0.56% -
HSV(B) 3.77º 0.71% 0.87% -
XYZ 33.81 20.96 7.11 -
YUV 117.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 223 74 64 0 0.67 0.71 0.13 3.77 0.71 0.56
Hex DF 4A 40 0 43 47 D 4 47 38
Octal 337 112 100 0 103 107 15 4 107 70
Binary 11011111 1001010 1000000 0 1000011 1000111 1101 100 1000111 111000

Color Harmonies of #DF4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A40

Black with #DF4A40

Text Example


Text Example

White with #DF4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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