Html Css Color HEX #DF432A Cinnabar

📋 copy color: '#DF432A'

red 223 ◦ green 67 ◦ blue 42

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

Shades of Cinnabar #DF432A

Tints of Cinnabar #DF432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 67.17%
G = 20.18%
B = 12.65%

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

#DF432A (or 0xDF432A) is known color: Cinnabar. HEX triplet: DF, 43 and 2A. RGB value is (223,67,42). Sum of RGB (Red+Green+Blue) = 223+67+42=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF432A is #20BCD5. Grayscale: #6F6F6F. Windows color (decimal): -2145494 or 2769887. OLE color: 2769887.

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

Color convert

RGB 223 67 42 -
CMYK 0 0.70 0.81 0.13
HSL 8.29º 0.74% 0.52% -
HSV(B) 8.29º 0.81% 0.87% -
XYZ 32.86 19.87 4.29 -
YUV 110.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 223 67 42 0 0.70 0.81 0.13 8.29 0.74 0.52
Hex DF 43 2A 0 46 51 D 8 4A 34
Octal 337 103 52 0 106 121 15 10 112 64
Binary 11011111 1000011 101010 0 1000110 1010001 1101 1000 1001010 110100

Color Harmonies of #DF432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF432A

Black with #DF432A

Text Example


Text Example

White with #DF432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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