Html Css Color HEX #DF4330 Cinnabar

📋 copy color: '#DF4330'

red 223 ◦ green 67 ◦ blue 48

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

Shades of Cinnabar #DF4330

Tints of Cinnabar #DF4330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 65.98%
G = 19.82%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF4330 (or 0xDF4330) is known color: Cinnabar. HEX triplet: DF, 43 and 30. RGB value is (223,67,48). Sum of RGB (Red+Green+Blue) = 223+67+48=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4330 is #20BCCF. Grayscale: #6F6F6F. Windows color (decimal): -2145488 or 3163103. OLE color: 3163103.

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

Color convert

RGB 223 67 48 -
CMYK 0 0.70 0.78 0.13
HSL 6.51º 0.73% 0.53% -
HSV(B) 6.51º 0.78% 0.87% -
XYZ 32.97 19.92 4.9 -
YUV 111.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 223 67 48 0 0.70 0.78 0.13 6.51 0.73 0.53
Hex DF 43 30 0 46 4E D 7 49 35
Octal 337 103 60 0 106 116 15 7 111 65
Binary 11011111 1000011 110000 0 1000110 1001110 1101 111 1001001 110101

Color Harmonies of #DF4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4330

Black with #DF4330

Text Example


Text Example

White with #DF4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4330; }

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

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

background-color css

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

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

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

border-color css

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

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

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