Html Css Color HEX #DF3F34 Cinnabar

📋 copy color: '#DF3F34'

red 223 ◦ green 63 ◦ blue 52

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

Shades of Cinnabar #DF3F34

Tints of Cinnabar #DF3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 65.98%
G = 18.64%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF3F34 (or 0xDF3F34) is known color: Cinnabar. HEX triplet: DF, 3F and 34. RGB value is (223,63,52). Sum of RGB (Red+Green+Blue) = 223+63+52=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F34 is #20C0CB. Grayscale: #6D6D6D. Windows color (decimal): -2146508 or 3424223. OLE color: 3424223.

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

Color convert

RGB 223 63 52 -
CMYK 0 0.72 0.77 0.13
HSL 3.86º 0.73% 0.54% -
HSV(B) 3.86º 0.77% 0.87% -
XYZ 32.83 19.49 5.28 -
YUV 109.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 223 63 52 0 0.72 0.77 0.13 3.86 0.73 0.54
Hex DF 3F 34 0 48 4D D 4 49 36
Octal 337 77 64 0 110 115 15 4 111 66
Binary 11011111 111111 110100 0 1001000 1001101 1101 100 1001001 110110

Color Harmonies of #DF3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F34

Black with #DF3F34

Text Example


Text Example

White with #DF3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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