Html Css Color HEX #DF3423 Cinnabar

📋 copy color: '#DF3423'

red 223 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #DF3423

Tints of Cinnabar #DF3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 71.94%
G = 16.77%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF3423 (or 0xDF3423) is known color: Cinnabar. HEX triplet: DF, 34 and 23. RGB value is (223,52,35). Sum of RGB (Red+Green+Blue) = 223+52+35=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3423 is #20CBDC. Grayscale: #656565. Windows color (decimal): -2149341 or 2307295. OLE color: 2307295.

HSL color Cylindrical-coordinate representation of color #DF3423: hue angle of 5.43º 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 #DF3423 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 35 -
CMYK 0 0.77 0.84 0.13
HSL 5.43º 0.75% 0.51% -
HSV(B) 5.43º 0.84% 0.87% -
XYZ 31.96 18.27 3.43 -
YUV 101.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 223 52 35 0 0.77 0.84 0.13 5.43 0.75 0.51
Hex DF 34 23 0 4D 54 D 5 4B 33
Octal 337 64 43 0 115 124 15 5 113 63
Binary 11011111 110100 100011 0 1001101 1010100 1101 101 1001011 110011

Color Harmonies of #DF3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3423

Black with #DF3423

Text Example


Text Example

White with #DF3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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