Html Css Color HEX #DF3A29 Cinnabar

📋 copy color: '#DF3A29'

red 223 ◦ green 58 ◦ blue 41

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

Shades of Cinnabar #DF3A29

Tints of Cinnabar #DF3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 69.25%
G = 18.01%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3A29 (or 0xDF3A29) is known color: Cinnabar. HEX triplet: DF, 3A and 29. RGB value is (223,58,41). Sum of RGB (Red+Green+Blue) = 223+58+41=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A29 is #20C5D6. Grayscale: #696969. Windows color (decimal): -2147799 or 2702047. OLE color: 2702047.

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

Color convert

RGB 223 58 41 -
CMYK 0 0.74 0.82 0.13
HSL 5.6º 0.74% 0.52% -
HSV(B) 5.6º 0.82% 0.87% -
XYZ 32.34 18.87 4.04 -
YUV 105.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 223 58 41 0 0.74 0.82 0.13 5.6 0.74 0.52
Hex DF 3A 29 0 4A 52 D 6 4A 34
Octal 337 72 51 0 112 122 15 6 112 64
Binary 11011111 111010 101001 0 1001010 1010010 1101 110 1001010 110100

Color Harmonies of #DF3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A29

Black with #DF3A29

Text Example


Text Example

White with #DF3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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