Html Css Color HEX #DF431D Cinnabar

📋 copy color: '#DF431D'

red 223 ◦ green 67 ◦ blue 29

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

Shades of Cinnabar #DF431D

Tints of Cinnabar #DF431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 69.91%
G = 21%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF431D (or 0xDF431D) is known color: Cinnabar. HEX triplet: DF, 43 and 1D. RGB value is (223,67,29). Sum of RGB (Red+Green+Blue) = 223+67+29=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF431D is #20BCE2. Grayscale: #6D6D6D. Windows color (decimal): -2145507 or 1917919. OLE color: 1917919.

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

Color convert

RGB 223 67 29 -
CMYK 0 0.70 0.87 0.13
HSL 11.75º 0.77% 0.49% -
HSV(B) 11.75º 0.87% 0.87% -
XYZ 32.66 19.79 3.26 -
YUV 109.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 223 67 29 0 0.70 0.87 0.13 11.75 0.77 0.49
Hex DF 43 1D 0 46 57 D C 4D 31
Octal 337 103 35 0 106 127 15 14 115 61
Binary 11011111 1000011 11101 0 1000110 1010111 1101 1100 1001101 110001

Color Harmonies of #DF431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF431D

Black with #DF431D

Text Example


Text Example

White with #DF431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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