Html Css Color HEX #DF342E Cinnabar

📋 copy color: '#DF342E'

red 223 ◦ green 52 ◦ blue 46

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

Shades of Cinnabar #DF342E

Tints of Cinnabar #DF342E

RGB

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

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

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

R = 69.47%
G = 16.2%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF342E (or 0xDF342E) is known color: Cinnabar. HEX triplet: DF, 34 and 2E. RGB value is (223,52,46). Sum of RGB (Red+Green+Blue) = 223+52+46=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF342E is #20CBD1. Grayscale: #666666. Windows color (decimal): -2149330 or 3028191. OLE color: 3028191.

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

Color convert

RGB 223 52 46 -
CMYK 0 0.77 0.79 0.13
HSL 2.03º 0.73% 0.53% -
HSV(B) 2.03º 0.79% 0.87% -
XYZ 32.15 18.34 4.43 -
YUV 102.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 223 52 46 0 0.77 0.79 0.13 2.03 0.73 0.53
Hex DF 34 2E 0 4D 4F D 2 49 35
Octal 337 64 56 0 115 117 15 2 111 65
Binary 11011111 110100 101110 0 1001101 1001111 1101 10 1001001 110101

Color Harmonies of #DF342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF342E

Black with #DF342E

Text Example


Text Example

White with #DF342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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