Html Css Color HEX #DF4126 Cinnabar

📋 copy color: '#DF4126'

red 223 ◦ green 65 ◦ blue 38

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

Shades of Cinnabar #DF4126

Tints of Cinnabar #DF4126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 38 (15.23% from 255) = 11.66%

R = 68.4%
G = 19.94%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF4126 (or 0xDF4126) is known color: Cinnabar. HEX triplet: DF, 41 and 26. RGB value is (223,65,38). Sum of RGB (Red+Green+Blue) = 223+65+38=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4126 is #20BED9. Grayscale: #6D6D6D. Windows color (decimal): -2146010 or 2507231. OLE color: 2507231.

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

Color convert

RGB 223 65 38 -
CMYK 0 0.71 0.83 0.13
HSL 8.76º 0.74% 0.51% -
HSV(B) 8.76º 0.83% 0.87% -
XYZ 32.67 19.61 3.9 -
YUV 109.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 223 65 38 0 0.71 0.83 0.13 8.76 0.74 0.51
Hex DF 41 26 0 47 53 D 9 4A 33
Octal 337 101 46 0 107 123 15 11 112 63
Binary 11011111 1000001 100110 0 1000111 1010011 1101 1001 1001010 110011

Color Harmonies of #DF4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4126

Black with #DF4126

Text Example


Text Example

White with #DF4126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4126; }

 p { color: rgb(223,65,38); }

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

background-color css

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

 a { background-color: rgb(223,65,38); }

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

border-color css

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

 span { border-color: rgb(223,65,38); }

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