Html Css Color HEX #DF483D Cinnabar

📋 copy color: '#DF483D'

red 223 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #DF483D

Tints of Cinnabar #DF483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 62.64%
G = 20.22%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF483D (or 0xDF483D) is known color: Cinnabar. HEX triplet: DF, 48 and 3D. RGB value is (223,72,61). Sum of RGB (Red+Green+Blue) = 223+72+61=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF483D is #20B7C2. Grayscale: #747474. Windows color (decimal): -2144195 or 4016351. OLE color: 4016351.

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

Color convert

RGB 223 72 61 -
CMYK 0 0.68 0.73 0.13
HSL 4.07º 0.72% 0.56% -
HSV(B) 4.07º 0.73% 0.87% -
XYZ 33.59 20.66 6.63 -
YUV 115.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 223 72 61 0 0.68 0.73 0.13 4.07 0.72 0.56
Hex DF 48 3D 0 44 49 D 4 48 38
Octal 337 110 75 0 104 111 15 4 110 70
Binary 11011111 1001000 111101 0 1000100 1001001 1101 100 1001000 111000

Color Harmonies of #DF483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF483D

Black with #DF483D

Text Example


Text Example

White with #DF483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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