Html Css Color HEX #DF3828 Cinnabar

📋 copy color: '#DF3828'

red 223 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #DF3828

Tints of Cinnabar #DF3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 69.91%
G = 17.55%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3828 (or 0xDF3828) is known color: Cinnabar. HEX triplet: DF, 38 and 28. RGB value is (223,56,40). Sum of RGB (Red+Green+Blue) = 223+56+40=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3828 is #20C7D7. Grayscale: #686868. Windows color (decimal): -2148312 or 2635999. OLE color: 2635999.

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

Color convert

RGB 223 56 40 -
CMYK 0 0.75 0.82 0.13
HSL 5.25º 0.74% 0.52% -
HSV(B) 5.25º 0.82% 0.87% -
XYZ 32.23 18.67 3.91 -
YUV 104.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 223 56 40 0 0.75 0.82 0.13 5.25 0.74 0.52
Hex DF 38 28 0 4B 52 D 5 4A 34
Octal 337 70 50 0 113 122 15 5 112 64
Binary 11011111 111000 101000 0 1001011 1010010 1101 101 1001010 110100

Color Harmonies of #DF3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3828

Black with #DF3828

Text Example


Text Example

White with #DF3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3828; }

 p { color: rgb(223,56,40); }

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

background-color css

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

 a { background-color: rgb(223,56,40); }

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

border-color css

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

 span { border-color: rgb(223,56,40); }

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