Html Css Color HEX #DF4129 Cinnabar

📋 copy color: '#DF4129'

red 223 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #DF4129

Tints of Cinnabar #DF4129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 67.78%
G = 19.76%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF4129 (or 0xDF4129) is known color: Cinnabar. HEX triplet: DF, 41 and 29. RGB value is (223,65,41). Sum of RGB (Red+Green+Blue) = 223+65+41=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4129 is #20BED6. Grayscale: #6D6D6D. Windows color (decimal): -2146007 or 2703839. OLE color: 2703839.

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

Color convert

RGB 223 65 41 -
CMYK 0 0.71 0.82 0.13
HSL 7.91º 0.74% 0.52% -
HSV(B) 7.91º 0.82% 0.87% -
XYZ 32.72 19.63 4.16 -
YUV 109.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 223 65 41 0 0.71 0.82 0.13 7.91 0.74 0.52
Hex DF 41 29 0 47 52 D 8 4A 34
Octal 337 101 51 0 107 122 15 10 112 64
Binary 11011111 1000001 101001 0 1000111 1010010 1101 1000 1001010 110100

Color Harmonies of #DF4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4129

Black with #DF4129

Text Example


Text Example

White with #DF4129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4129; }

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

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

background-color css

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

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

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

border-color css

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

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

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