Html Css Color HEX #DF4645 Cinnabar

📋 copy color: '#DF4645'

red 223 ◦ green 70 ◦ blue 69

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

Shades of Cinnabar #DF4645

Tints of Cinnabar #DF4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 61.6%
G = 19.34%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF4645 (or 0xDF4645) is known color: Cinnabar. HEX triplet: DF, 46 and 45. RGB value is (223,70,69). Sum of RGB (Red+Green+Blue) = 223+70+69=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4645 is #20B9BA. Grayscale: #737373. Windows color (decimal): -2144699 or 4540127. OLE color: 4540127.

HSL color Cylindrical-coordinate representation of color #DF4645: hue angle of 0.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4645 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 69 -
CMYK 0 0.69 0.69 0.13
HSL 0.39º 0.71% 0.57% -
HSV(B) 0.39º 0.69% 0.87% -
XYZ 33.7 20.5 7.81 -
YUV 115.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 223 70 69 0 0.69 0.69 0.13 0.39 0.71 0.57
Hex DF 46 45 0 45 45 D 0 47 39
Octal 337 106 105 0 105 105 15 0 107 71
Binary 11011111 1000110 1000101 0 1000101 1000101 1101 0 1000111 111001

Color Harmonies of #DF4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4645

Black with #DF4645

Text Example


Text Example

White with #DF4645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4645; }

 p { color: rgb(223,70,69); }

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

background-color css

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

 a { background-color: rgb(223,70,69); }

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

border-color css

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

 span { border-color: rgb(223,70,69); }

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