Html Css Color HEX #DF362E Cinnabar

📋 copy color: '#DF362E'

red 223 ◦ green 54 ◦ blue 46

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

Shades of Cinnabar #DF362E

Tints of Cinnabar #DF362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 69.04%
G = 16.72%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF362E (or 0xDF362E) is known color: Cinnabar. HEX triplet: DF, 36 and 2E. RGB value is (223,54,46). Sum of RGB (Red+Green+Blue) = 223+54+46=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF362E is #20C9D1. Grayscale: #676767. Windows color (decimal): -2148818 or 3028703. OLE color: 3028703.

HSL color Cylindrical-coordinate representation of color #DF362E: hue angle of 2.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF362E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 54 46 -
CMYK 0 0.76 0.79 0.13
HSL 2.71º 0.73% 0.53% -
HSV(B) 2.71º 0.79% 0.87% -
XYZ 32.24 18.52 4.46 -
YUV 103.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 223 54 46 0 0.76 0.79 0.13 2.71 0.73 0.53
Hex DF 36 2E 0 4C 4F D 3 49 35
Octal 337 66 56 0 114 117 15 3 111 65
Binary 11011111 110110 101110 0 1001100 1001111 1101 11 1001001 110101

Color Harmonies of #DF362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF362E

Black with #DF362E

Text Example


Text Example

White with #DF362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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