Html Css Color HEX #DF432F Cinnabar

📋 copy color: '#DF432F'

red 223 ◦ green 67 ◦ blue 47

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

Shades of Cinnabar #DF432F

Tints of Cinnabar #DF432F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 66.17%
G = 19.88%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF432F (or 0xDF432F) is known color: Cinnabar. HEX triplet: DF, 43 and 2F. RGB value is (223,67,47). Sum of RGB (Red+Green+Blue) = 223+67+47=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF432F is #20BCD0. Grayscale: #6F6F6F. Windows color (decimal): -2145489 or 3097567. OLE color: 3097567.

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

Color convert

RGB 223 67 47 -
CMYK 0 0.70 0.79 0.13
HSL 6.82º 0.73% 0.53% -
HSV(B) 6.82º 0.79% 0.87% -
XYZ 32.95 19.91 4.8 -
YUV 111.36 91.68 207.63 -
System Red Green Blue C M Y K H S L
Decimal 223 67 47 0 0.70 0.79 0.13 6.82 0.73 0.53
Hex DF 43 2F 0 46 4F D 7 49 35
Octal 337 103 57 0 106 117 15 7 111 65
Binary 11011111 1000011 101111 0 1000110 1001111 1101 111 1001001 110101

Color Harmonies of #DF432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF432F

Black with #DF432F

Text Example


Text Example

White with #DF432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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