Html Css Color HEX #DF342D Cinnabar

📋 copy color: '#DF342D'

red 223 ◦ green 52 ◦ blue 45

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

Shades of Cinnabar #DF342D

Tints of Cinnabar #DF342D

RGB

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

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

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

R = 69.69%
G = 16.25%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF342D (or 0xDF342D) is known color: Cinnabar. HEX triplet: DF, 34 and 2D. RGB value is (223,52,45). Sum of RGB (Red+Green+Blue) = 223+52+45=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF342D is #20CBD2. Grayscale: #666666. Windows color (decimal): -2149331 or 2962655. OLE color: 2962655.

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

Color convert

RGB 223 52 45 -
CMYK 0 0.77 0.80 0.13
HSL 2.36º 0.74% 0.53% -
HSV(B) 2.36º 0.8% 0.87% -
XYZ 32.13 18.33 4.33 -
YUV 102.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 223 52 45 0 0.77 0.80 0.13 2.36 0.74 0.53
Hex DF 34 2D 0 4D 50 D 2 4A 35
Octal 337 64 55 0 115 120 15 2 112 65
Binary 11011111 110100 101101 0 1001101 1010000 1101 10 1001010 110101

Color Harmonies of #DF342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF342D

Black with #DF342D

Text Example


Text Example

White with #DF342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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