Html Css Color HEX #DF4A2D Cinnabar

📋 copy color: '#DF4A2D'

red 223 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #DF4A2D

Tints of Cinnabar #DF4A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

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

R = 65.2%
G = 21.64%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF4A2D (or 0xDF4A2D) is known color: Cinnabar. HEX triplet: DF, 4A and 2D. RGB value is (223,74,45). Sum of RGB (Red+Green+Blue) = 223+74+45=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A2D is #20B5D2. Grayscale: #737373. Windows color (decimal): -2143699 or 2968287. OLE color: 2968287.

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

Color convert

RGB 223 74 45 -
CMYK 0 0.67 0.80 0.13
HSL 9.78º 0.74% 0.53% -
HSV(B) 9.78º 0.8% 0.87% -
XYZ 33.35 20.78 4.73 -
YUV 115.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 223 74 45 0 0.67 0.80 0.13 9.78 0.74 0.53
Hex DF 4A 2D 0 43 50 D A 4A 35
Octal 337 112 55 0 103 120 15 12 112 65
Binary 11011111 1001010 101101 0 1000011 1010000 1101 1010 1001010 110101

Color Harmonies of #DF4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A2D

Black with #DF4A2D

Text Example


Text Example

White with #DF4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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