Html Css Color HEX #DF4230 Cinnabar

📋 copy color: '#DF4230'

red 223 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #DF4230

Tints of Cinnabar #DF4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 66.17%
G = 19.58%
B = 14.24%

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

#DF4230 (or 0xDF4230) is known color: Cinnabar. HEX triplet: DF, 42 and 30. RGB value is (223,66,48). Sum of RGB (Red+Green+Blue) = 223+66+48=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4230 is #20BDCF. Grayscale: #6F6F6F. Windows color (decimal): -2145744 or 3162847. OLE color: 3162847.

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

Color convert

RGB 223 66 48 -
CMYK 0 0.70 0.78 0.13
HSL 6.17º 0.73% 0.53% -
HSV(B) 6.17º 0.78% 0.87% -
XYZ 32.91 19.8 4.88 -
YUV 110.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 223 66 48 0 0.70 0.78 0.13 6.17 0.73 0.53
Hex DF 42 30 0 46 4E D 6 49 35
Octal 337 102 60 0 106 116 15 6 111 65
Binary 11011111 1000010 110000 0 1000110 1001110 1101 110 1001001 110101

Color Harmonies of #DF4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4230

Black with #DF4230

Text Example


Text Example

White with #DF4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4230; }

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

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

background-color css

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

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

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

border-color css

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

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

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