Html Css Color HEX #DF3429 Cinnabar

📋 copy color: '#DF3429'

red 223 ◦ green 52 ◦ blue 41

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

Shades of Cinnabar #DF3429

Tints of Cinnabar #DF3429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 70.57%
G = 16.46%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3429 (or 0xDF3429) is known color: Cinnabar. HEX triplet: DF, 34 and 29. RGB value is (223,52,41). Sum of RGB (Red+Green+Blue) = 223+52+41=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3429 is #20CBD6. Grayscale: #666666. Windows color (decimal): -2149335 or 2700511. OLE color: 2700511.

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

Color convert

RGB 223 52 41 -
CMYK 0 0.77 0.82 0.13
HSL 3.63º 0.74% 0.52% -
HSV(B) 3.63º 0.82% 0.87% -
XYZ 32.06 18.3 3.94 -
YUV 101.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 223 52 41 0 0.77 0.82 0.13 3.63 0.74 0.52
Hex DF 34 29 0 4D 52 D 4 4A 34
Octal 337 64 51 0 115 122 15 4 112 64
Binary 11011111 110100 101001 0 1001101 1010010 1101 100 1001010 110100

Color Harmonies of #DF3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3429

Black with #DF3429

Text Example


Text Example

White with #DF3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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