Html Css Color HEX #DF431F Cinnabar

📋 copy color: '#DF431F'

red 223 ◦ green 67 ◦ blue 31

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

Shades of Cinnabar #DF431F

Tints of Cinnabar #DF431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 69.47%
G = 20.87%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF431F (or 0xDF431F) is known color: Cinnabar. HEX triplet: DF, 43 and 1F. RGB value is (223,67,31). Sum of RGB (Red+Green+Blue) = 223+67+31=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF431F is #20BCE0. Grayscale: #6D6D6D. Windows color (decimal): -2145505 or 2048991. OLE color: 2048991.

HSL color Cylindrical-coordinate representation of color #DF431F: hue angle of 11.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF431F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 67 31 -
CMYK 0 0.70 0.86 0.13
HSL 11.25º 0.76% 0.5% -
HSV(B) 11.25º 0.86% 0.87% -
XYZ 32.69 19.8 3.4 -
YUV 109.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 223 67 31 0 0.70 0.86 0.13 11.25 0.76 0.5
Hex DF 43 1F 0 46 56 D B 4C 32
Octal 337 103 37 0 106 126 15 13 114 62
Binary 11011111 1000011 11111 0 1000110 1010110 1101 1011 1001100 110010

Color Harmonies of #DF431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF431F

Black with #DF431F

Text Example


Text Example

White with #DF431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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