Html Css Color HEX #DF4A3D Cinnabar

📋 copy color: '#DF4A3D'

red 223 ◦ green 74 ◦ blue 61

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

Shades of Cinnabar #DF4A3D

Tints of Cinnabar #DF4A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 62.29%
G = 20.67%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF4A3D (or 0xDF4A3D) is known color: Cinnabar. HEX triplet: DF, 4A and 3D. RGB value is (223,74,61). Sum of RGB (Red+Green+Blue) = 223+74+61=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A3D is #20B5C2. Grayscale: #757575. Windows color (decimal): -2143683 or 4016863. OLE color: 4016863.

HSL color Cylindrical-coordinate representation of color #DF4A3D: hue angle of 4.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF4A3D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 61 -
CMYK 0 0.67 0.73 0.13
HSL 4.81º 0.72% 0.56% -
HSV(B) 4.81º 0.73% 0.87% -
XYZ 33.72 20.92 6.68 -
YUV 117.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 223 74 61 0 0.67 0.73 0.13 4.81 0.72 0.56
Hex DF 4A 3D 0 43 49 D 5 48 38
Octal 337 112 75 0 103 111 15 5 110 70
Binary 11011111 1001010 111101 0 1000011 1001001 1101 101 1001000 111000

Color Harmonies of #DF4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A3D

Black with #DF4A3D

Text Example


Text Example

White with #DF4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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