Html Css Color HEX #DF4C1B Cinnabar

📋 copy color: '#DF4C1B'

red 223 ◦ green 76 ◦ blue 27

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

Shades of Cinnabar #DF4C1B

Tints of Cinnabar #DF4C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 68.4%
G = 23.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF4C1B (or 0xDF4C1B) is known color: Cinnabar. HEX triplet: DF, 4C and 1B. RGB value is (223,76,27). Sum of RGB (Red+Green+Blue) = 223+76+27=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C1B is #20B3E4. Grayscale: #727272. Windows color (decimal): -2143205 or 1789151. OLE color: 1789151.

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

Color convert

RGB 223 76 27 -
CMYK 0 0.66 0.88 0.13
HSL 15º 0.78% 0.49% -
HSV(B) 15º 0.88% 0.87% -
XYZ 33.21 20.94 3.33 -
YUV 114.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 223 76 27 0 0.66 0.88 0.13 15 0.78 0.49
Hex DF 4C 1B 0 42 58 D F 4E 31
Octal 337 114 33 0 102 130 15 17 116 61
Binary 11011111 1001100 11011 0 1000010 1011000 1101 1111 1001110 110001

Color Harmonies of #DF4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C1B

Black with #DF4C1B

Text Example


Text Example

White with #DF4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C1B; }

 p { color: rgb(223,76,27); }

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

background-color css

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

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

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

border-color css

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

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

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