Html Css Color HEX #DF3622 Cinnabar

📋 copy color: '#DF3622'

red 223 ◦ green 54 ◦ blue 34

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

Shades of Cinnabar #DF3622

Tints of Cinnabar #DF3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 71.7%
G = 17.36%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3622 (or 0xDF3622) is known color: Cinnabar. HEX triplet: DF, 36 and 22. RGB value is (223,54,34). Sum of RGB (Red+Green+Blue) = 223+54+34=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3622 is #20C9DD. Grayscale: #666666. Windows color (decimal): -2148830 or 2242271. OLE color: 2242271.

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

Color convert

RGB 223 54 34 -
CMYK 0 0.76 0.85 0.13
HSL 6.35º 0.75% 0.5% -
HSV(B) 6.35º 0.85% 0.87% -
XYZ 32.04 18.44 3.38 -
YUV 102.25 89.49 214.13 -
System Red Green Blue C M Y K H S L
Decimal 223 54 34 0 0.76 0.85 0.13 6.35 0.75 0.5
Hex DF 36 22 0 4C 55 D 6 4B 32
Octal 337 66 42 0 114 125 15 6 113 62
Binary 11011111 110110 100010 0 1001100 1010101 1101 110 1001011 110010

Color Harmonies of #DF3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3622

Black with #DF3622

Text Example


Text Example

White with #DF3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3622; }

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

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

background-color css

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

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

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

border-color css

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

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

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