Html Css Color HEX #DF4C2D Cinnabar

📋 copy color: '#DF4C2D'

red 223 ◦ green 76 ◦ blue 45

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

Shades of Cinnabar #DF4C2D

Tints of Cinnabar #DF4C2D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 64.83%
G = 22.09%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF4C2D (or 0xDF4C2D) is known color: Cinnabar. HEX triplet: DF, 4C and 2D. RGB value is (223,76,45). Sum of RGB (Red+Green+Blue) = 223+76+45=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C2D is #20B3D2. Grayscale: #747474. Windows color (decimal): -2143187 or 2968799. OLE color: 2968799.

HSL color Cylindrical-coordinate representation of color #DF4C2D: hue angle of 10.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF4C2D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 76 45 -
CMYK 0 0.66 0.80 0.13
HSL 10.45º 0.74% 0.53% -
HSV(B) 10.45º 0.8% 0.87% -
XYZ 33.49 21.05 4.78 -
YUV 116.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 223 76 45 0 0.66 0.80 0.13 10.45 0.74 0.53
Hex DF 4C 2D 0 42 50 D A 4A 35
Octal 337 114 55 0 102 120 15 12 112 65
Binary 11011111 1001100 101101 0 1000010 1010000 1101 1010 1001010 110101

Color Harmonies of #DF4C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C2D

Black with #DF4C2D

Text Example


Text Example

White with #DF4C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C2D; }

 p { color: rgb(223,76,45); }

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

background-color css

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

 a { background-color: rgb(223,76,45); }

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

border-color css

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

 span { border-color: rgb(223,76,45); }

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