Html Css Color HEX #DF362D Cinnabar

📋 copy color: '#DF362D'

red 223 ◦ green 54 ◦ blue 45

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

Shades of Cinnabar #DF362D

Tints of Cinnabar #DF362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 69.25%
G = 16.77%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF362D (or 0xDF362D) is known color: Cinnabar. HEX triplet: DF, 36 and 2D. RGB value is (223,54,45). Sum of RGB (Red+Green+Blue) = 223+54+45=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF362D is #20C9D2. Grayscale: #676767. Windows color (decimal): -2148819 or 2963167. OLE color: 2963167.

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

Color convert

RGB 223 54 45 -
CMYK 0 0.76 0.80 0.13
HSL 3.03º 0.74% 0.53% -
HSV(B) 3.03º 0.8% 0.87% -
XYZ 32.22 18.52 4.36 -
YUV 103.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 223 54 45 0 0.76 0.80 0.13 3.03 0.74 0.53
Hex DF 36 2D 0 4C 50 D 3 4A 35
Octal 337 66 55 0 114 120 15 3 112 65
Binary 11011111 110110 101101 0 1001100 1010000 1101 11 1001010 110101

Color Harmonies of #DF362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF362D

Black with #DF362D

Text Example


Text Example

White with #DF362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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