Html Css Color HEX #DF4B1B Cinnabar

📋 copy color: '#DF4B1B'

red 223 ◦ green 75 ◦ blue 27

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

Shades of Cinnabar #DF4B1B

Tints of Cinnabar #DF4B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

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

R = 68.62%
G = 23.08%
B = 8.31%

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

#DF4B1B (or 0xDF4B1B) is known color: Cinnabar. HEX triplet: DF, 4B and 1B. RGB value is (223,75,27). Sum of RGB (Red+Green+Blue) = 223+75+27=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B1B is #20B4E4. Grayscale: #727272. Windows color (decimal): -2143461 or 1788895. OLE color: 1788895.

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

Color convert

RGB 223 75 27 -
CMYK 0 0.66 0.88 0.13
HSL 14.69º 0.78% 0.49% -
HSV(B) 14.69º 0.88% 0.87% -
XYZ 33.15 20.8 3.3 -
YUV 113.78 79.03 205.9 -
System Red Green Blue C M Y K H S L
Decimal 223 75 27 0 0.66 0.88 0.13 14.69 0.78 0.49
Hex DF 4B 1B 0 42 58 D F 4E 31
Octal 337 113 33 0 102 130 15 17 116 61
Binary 11011111 1001011 11011 0 1000010 1011000 1101 1111 1001110 110001

Color Harmonies of #DF4B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B1B

Black with #DF4B1B

Text Example


Text Example

White with #DF4B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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