Html Css Color HEX #DF481B Cinnabar

📋 copy color: '#DF481B'

red 223 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #DF481B

Tints of Cinnabar #DF481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

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

R = 69.25%
G = 22.36%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF481B (or 0xDF481B) is known color: Cinnabar. HEX triplet: DF, 48 and 1B. RGB value is (223,72,27). Sum of RGB (Red+Green+Blue) = 223+72+27=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF481B is #20B7E4. Grayscale: #707070. Windows color (decimal): -2144229 or 1788127. OLE color: 1788127.

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

Color convert

RGB 223 72 27 -
CMYK 0 0.68 0.88 0.13
HSL 13.78º 0.78% 0.49% -
HSV(B) 13.78º 0.88% 0.87% -
XYZ 32.95 20.4 3.24 -
YUV 112.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 223 72 27 0 0.68 0.88 0.13 13.78 0.78 0.49
Hex DF 48 1B 0 44 58 D E 4E 31
Octal 337 110 33 0 104 130 15 16 116 61
Binary 11011111 1001000 11011 0 1000100 1011000 1101 1110 1001110 110001

Color Harmonies of #DF481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF481B

Black with #DF481B

Text Example


Text Example

White with #DF481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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