Html Css Color HEX #DF3426 Cinnabar

📋 copy color: '#DF3426'

red 223 ◦ green 52 ◦ blue 38

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

Shades of Cinnabar #DF3426

Tints of Cinnabar #DF3426

RGB

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

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

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

R = 71.25%
G = 16.61%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3426 (or 0xDF3426) is known color: Cinnabar. HEX triplet: DF, 34 and 26. RGB value is (223,52,38). Sum of RGB (Red+Green+Blue) = 223+52+38=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3426 is #20CBD9. Grayscale: #656565. Windows color (decimal): -2149338 or 2503903. OLE color: 2503903.

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

Color convert

RGB 223 52 38 -
CMYK 0 0.77 0.83 0.13
HSL 4.54º 0.74% 0.51% -
HSV(B) 4.54º 0.83% 0.87% -
XYZ 32.01 18.28 3.68 -
YUV 101.53 92.15 214.64 -
System Red Green Blue C M Y K H S L
Decimal 223 52 38 0 0.77 0.83 0.13 4.54 0.74 0.51
Hex DF 34 26 0 4D 53 D 5 4A 33
Octal 337 64 46 0 115 123 15 5 112 63
Binary 11011111 110100 100110 0 1001101 1010011 1101 101 1001010 110011

Color Harmonies of #DF3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3426

Black with #DF3426

Text Example


Text Example

White with #DF3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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