Html Css Color HEX #DF3422 Cinnabar

📋 copy color: '#DF3422'

red 223 ◦ green 52 ◦ blue 34

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

Shades of Cinnabar #DF3422

Tints of Cinnabar #DF3422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11%

R = 72.17%
G = 16.83%
B = 11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3422 (or 0xDF3422) is known color: Cinnabar. HEX triplet: DF, 34 and 22. RGB value is (223,52,34). Sum of RGB (Red+Green+Blue) = 223+52+34=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3422 is #20CBDD. Grayscale: #656565. Windows color (decimal): -2149342 or 2241759. OLE color: 2241759.

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

Color convert

RGB 223 52 34 -
CMYK 0 0.77 0.85 0.13
HSL 5.71º 0.75% 0.5% -
HSV(B) 5.71º 0.85% 0.87% -
XYZ 31.95 18.26 3.35 -
YUV 101.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 223 52 34 0 0.77 0.85 0.13 5.71 0.75 0.5
Hex DF 34 22 0 4D 55 D 6 4B 32
Octal 337 64 42 0 115 125 15 6 113 62
Binary 11011111 110100 100010 0 1001101 1010101 1101 110 1001011 110010

Color Harmonies of #DF3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3422

Black with #DF3422

Text Example


Text Example

White with #DF3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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