Html Css Color HEX #DF352B Cinnabar

📋 copy color: '#DF352B'

red 223 ◦ green 53 ◦ blue 43

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

Shades of Cinnabar #DF352B

Tints of Cinnabar #DF352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 69.91%
G = 16.61%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF352B (or 0xDF352B) is known color: Cinnabar. HEX triplet: DF, 35 and 2B. RGB value is (223,53,43). Sum of RGB (Red+Green+Blue) = 223+53+43=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF352B is #20CAD4. Grayscale: #666666. Windows color (decimal): -2149077 or 2831839. OLE color: 2831839.

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

Color convert

RGB 223 53 43 -
CMYK 0 0.76 0.81 0.13
HSL 3.33º 0.74% 0.52% -
HSV(B) 3.33º 0.81% 0.87% -
XYZ 32.14 18.41 4.14 -
YUV 102.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 223 53 43 0 0.76 0.81 0.13 3.33 0.74 0.52
Hex DF 35 2B 0 4C 51 D 3 4A 34
Octal 337 65 53 0 114 121 15 3 112 64
Binary 11011111 110101 101011 0 1001100 1010001 1101 11 1001010 110100

Color Harmonies of #DF352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF352B

Black with #DF352B

Text Example


Text Example

White with #DF352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF352B; }

 p { color: rgb(223,53,43); }

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

background-color css

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

 a { background-color: rgb(223,53,43); }

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

border-color css

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

 span { border-color: rgb(223,53,43); }

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