Html Css Color HEX #DF4323 Cinnabar

📋 copy color: '#DF4323'

red 223 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #DF4323

Tints of Cinnabar #DF4323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 68.62%
G = 20.62%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF4323 (or 0xDF4323) is known color: Cinnabar. HEX triplet: DF, 43 and 23. RGB value is (223,67,35). Sum of RGB (Red+Green+Blue) = 223+67+35=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4323 is #20BCDC. Grayscale: #6E6E6E. Windows color (decimal): -2145501 or 2311135. OLE color: 2311135.

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

Color convert

RGB 223 67 35 -
CMYK 0 0.70 0.84 0.13
HSL 10.21º 0.75% 0.51% -
HSV(B) 10.21º 0.84% 0.87% -
XYZ 32.74 19.82 3.69 -
YUV 110 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 223 67 35 0 0.70 0.84 0.13 10.21 0.75 0.51
Hex DF 43 23 0 46 54 D A 4B 33
Octal 337 103 43 0 106 124 15 12 113 63
Binary 11011111 1000011 100011 0 1000110 1010100 1101 1010 1001011 110011

Color Harmonies of #DF4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4323

Black with #DF4323

Text Example


Text Example

White with #DF4323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4323; }

 p { color: rgb(223,67,35); }

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

background-color css

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

 a { background-color: rgb(223,67,35); }

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

border-color css

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

 span { border-color: rgb(223,67,35); }

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