Html Css Color HEX #DF4A2E Cinnabar

📋 copy color: '#DF4A2E'

red 223 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #DF4A2E

Tints of Cinnabar #DF4A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 65.01%
G = 21.57%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF4A2E (or 0xDF4A2E) is known color: Cinnabar. HEX triplet: DF, 4A and 2E. RGB value is (223,74,46). Sum of RGB (Red+Green+Blue) = 223+74+46=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A2E is #20B5D1. Grayscale: #737373. Windows color (decimal): -2143698 or 3033823. OLE color: 3033823.

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

Color convert

RGB 223 74 46 -
CMYK 0 0.67 0.79 0.13
HSL 9.49º 0.73% 0.53% -
HSV(B) 9.49º 0.79% 0.87% -
XYZ 33.37 20.78 4.84 -
YUV 115.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 223 74 46 0 0.67 0.79 0.13 9.49 0.73 0.53
Hex DF 4A 2E 0 43 4F D 9 49 35
Octal 337 112 56 0 103 117 15 11 111 65
Binary 11011111 1001010 101110 0 1000011 1001111 1101 1001 1001001 110101

Color Harmonies of #DF4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A2E

Black with #DF4A2E

Text Example


Text Example

White with #DF4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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