Html Css Color HEX #DF483C Cinnabar

📋 copy color: '#DF483C'

red 223 ◦ green 72 ◦ blue 60

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

Shades of Cinnabar #DF483C

Tints of Cinnabar #DF483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 62.82%
G = 20.28%
B = 16.9%

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

#DF483C (or 0xDF483C) is known color: Cinnabar. HEX triplet: DF, 48 and 3C. RGB value is (223,72,60). Sum of RGB (Red+Green+Blue) = 223+72+60=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF483C is #20B7C3. Grayscale: #737373. Windows color (decimal): -2144196 or 3950815. OLE color: 3950815.

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

Color convert

RGB 223 72 60 -
CMYK 0 0.68 0.73 0.13
HSL 4.42º 0.72% 0.55% -
HSV(B) 4.42º 0.73% 0.87% -
XYZ 33.56 20.65 6.49 -
YUV 115.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 223 72 60 0 0.68 0.73 0.13 4.42 0.72 0.55
Hex DF 48 3C 0 44 49 D 4 48 37
Octal 337 110 74 0 104 111 15 4 110 67
Binary 11011111 1001000 111100 0 1000100 1001001 1101 100 1001000 110111

Color Harmonies of #DF483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF483C

Black with #DF483C

Text Example


Text Example

White with #DF483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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