Html Css Color HEX #DF431B Cinnabar

📋 copy color: '#DF431B'

red 223 ◦ green 67 ◦ blue 27

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

Shades of Cinnabar #DF431B

Tints of Cinnabar #DF431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 70.35%
G = 21.14%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF431B (or 0xDF431B) is known color: Cinnabar. HEX triplet: DF, 43 and 1B. RGB value is (223,67,27). Sum of RGB (Red+Green+Blue) = 223+67+27=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF431B is #20BCE4. Grayscale: #6D6D6D. Windows color (decimal): -2145509 or 1786847. OLE color: 1786847.

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

Color convert

RGB 223 67 27 -
CMYK 0 0.70 0.88 0.13
HSL 12.24º 0.78% 0.49% -
HSV(B) 12.24º 0.88% 0.87% -
XYZ 32.64 19.78 3.13 -
YUV 109.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 223 67 27 0 0.70 0.88 0.13 12.24 0.78 0.49
Hex DF 43 1B 0 46 58 D C 4E 31
Octal 337 103 33 0 106 130 15 14 116 61
Binary 11011111 1000011 11011 0 1000110 1011000 1101 1100 1001110 110001

Color Harmonies of #DF431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF431B

Black with #DF431B

Text Example


Text Example

White with #DF431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF431B; }

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

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

background-color css

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

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

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

border-color css

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

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

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