Html Css Color HEX #DF442B Cinnabar

📋 copy color: '#DF442B'

red 223 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #DF442B

Tints of Cinnabar #DF442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 66.77%
G = 20.36%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF442B (or 0xDF442B) is known color: Cinnabar. HEX triplet: DF, 44 and 2B. RGB value is (223,68,43). Sum of RGB (Red+Green+Blue) = 223+68+43=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF442B is #20BBD4. Grayscale: #6F6F6F. Windows color (decimal): -2145237 or 2835679. OLE color: 2835679.

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

Color convert

RGB 223 68 43 -
CMYK 0 0.70 0.81 0.13
HSL 8.33º 0.74% 0.52% -
HSV(B) 8.33º 0.81% 0.87% -
XYZ 32.93 20 4.41 -
YUV 111.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 223 68 43 0 0.70 0.81 0.13 8.33 0.74 0.52
Hex DF 44 2B 0 46 51 D 8 4A 34
Octal 337 104 53 0 106 121 15 10 112 64
Binary 11011111 1000100 101011 0 1000110 1010001 1101 1000 1001010 110100

Color Harmonies of #DF442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF442B

Black with #DF442B

Text Example


Text Example

White with #DF442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF442B; }

 p { color: rgb(223,68,43); }

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

background-color css

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

 a { background-color: rgb(223,68,43); }

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

border-color css

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

 span { border-color: rgb(223,68,43); }

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