Html Css Color HEX #DF3223 Cinnabar

📋 copy color: '#DF3223'

red 223 ◦ green 50 ◦ blue 35

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

Shades of Cinnabar #DF3223

Tints of Cinnabar #DF3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 72.4%
G = 16.23%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF3223 (or 0xDF3223) is known color: Cinnabar. HEX triplet: DF, 32 and 23. RGB value is (223,50,35). Sum of RGB (Red+Green+Blue) = 223+50+35=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3223 is #20CDDC. Grayscale: #646464. Windows color (decimal): -2149853 or 2306783. OLE color: 2306783.

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

Color convert

RGB 223 50 35 -
CMYK 0 0.78 0.84 0.13
HSL 4.79º 0.75% 0.51% -
HSV(B) 4.79º 0.84% 0.87% -
XYZ 31.88 18.09 3.4 -
YUV 100.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 223 50 35 0 0.78 0.84 0.13 4.79 0.75 0.51
Hex DF 32 23 0 4E 54 D 5 4B 33
Octal 337 62 43 0 116 124 15 5 113 63
Binary 11011111 110010 100011 0 1001110 1010100 1101 101 1001011 110011

Color Harmonies of #DF3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3223

Black with #DF3223

Text Example


Text Example

White with #DF3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3223; }

 p { color: rgb(223,50,35); }

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

background-color css

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

 a { background-color: rgb(223,50,35); }

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

border-color css

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

 span { border-color: rgb(223,50,35); }

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