Html Css Color HEX #DF3C1D Cinnabar

📋 copy color: '#DF3C1D'

red 223 ◦ green 60 ◦ blue 29

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

Shades of Cinnabar #DF3C1D

Tints of Cinnabar #DF3C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 71.47%
G = 19.23%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF3C1D (or 0xDF3C1D) is known color: Cinnabar. HEX triplet: DF, 3C and 1D. RGB value is (223,60,29). Sum of RGB (Red+Green+Blue) = 223+60+29=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C1D is #20C3E2. Grayscale: #696969. Windows color (decimal): -2147299 or 1916127. OLE color: 1916127.

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

Color convert

RGB 223 60 29 -
CMYK 0 0.73 0.87 0.13
HSL 9.59º 0.77% 0.49% -
HSV(B) 9.59º 0.87% 0.87% -
XYZ 32.27 19.01 3.13 -
YUV 105.2 85 212.02 -
System Red Green Blue C M Y K H S L
Decimal 223 60 29 0 0.73 0.87 0.13 9.59 0.77 0.49
Hex DF 3C 1D 0 49 57 D A 4D 31
Octal 337 74 35 0 111 127 15 12 115 61
Binary 11011111 111100 11101 0 1001001 1010111 1101 1010 1001101 110001

Color Harmonies of #DF3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C1D

Black with #DF3C1D

Text Example


Text Example

White with #DF3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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