Html Css Color HEX #DF3434 Cinnabar

📋 copy color: '#DF3434'

red 223 ◦ green 52 ◦ blue 52

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

Shades of Cinnabar #DF3434

Tints of Cinnabar #DF3434

RGB

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

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

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

R = 68.2%
G = 15.9%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF3434 (or 0xDF3434) is known color: Cinnabar. HEX triplet: DF, 34 and 34. RGB value is (223,52,52). Sum of RGB (Red+Green+Blue) = 223+52+52=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3434 is #20CBCB. Grayscale: #676767. Windows color (decimal): -2149324 or 3421407. OLE color: 3421407.

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

Color convert

RGB 223 52 52 -
CMYK 0 0.77 0.77 0.13
HSL 0.73% 0.54% -
HSV(B) 0.77% 0.87% -
XYZ 32.28 18.39 5.1 -
YUV 103.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 223 52 52 0 0.77 0.77 0.13 0 0.73 0.54
Hex DF 34 34 0 4D 4D D 0 49 36
Octal 337 64 64 0 115 115 15 0 111 66
Binary 11011111 110100 110100 0 1001101 1001101 1101 0 1001001 110110

Color Harmonies of #DF3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3434

Black with #DF3434

Text Example


Text Example

White with #DF3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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