Html Css Color HEX #DF3F1D Cinnabar

📋 copy color: '#DF3F1D'

red 223 ◦ green 63 ◦ blue 29

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

Shades of Cinnabar #DF3F1D

Tints of Cinnabar #DF3F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 70.79%
G = 20%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF3F1D (or 0xDF3F1D) is known color: Cinnabar. HEX triplet: DF, 3F and 1D. RGB value is (223,63,29). Sum of RGB (Red+Green+Blue) = 223+63+29=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F1D is #20C0E2. Grayscale: #6B6B6B. Windows color (decimal): -2146531 or 1916895. OLE color: 1916895.

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

Color convert

RGB 223 63 29 -
CMYK 0 0.72 0.87 0.13
HSL 10.52º 0.77% 0.49% -
HSV(B) 10.52º 0.87% 0.87% -
XYZ 32.43 19.33 3.18 -
YUV 106.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 223 63 29 0 0.72 0.87 0.13 10.52 0.77 0.49
Hex DF 3F 1D 0 48 57 D B 4D 31
Octal 337 77 35 0 110 127 15 13 115 61
Binary 11011111 111111 11101 0 1001000 1010111 1101 1011 1001101 110001

Color Harmonies of #DF3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F1D

Black with #DF3F1D

Text Example


Text Example

White with #DF3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F1D; }

 p { color: rgb(223,63,29); }

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

background-color css

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

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

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

border-color css

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

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

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