Html Css Color HEX #DF423C Cinnabar

📋 copy color: '#DF423C'

red 223 ◦ green 66 ◦ blue 60

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

Shades of Cinnabar #DF423C

Tints of Cinnabar #DF423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 63.9%
G = 18.91%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF423C (or 0xDF423C) is known color: Cinnabar. HEX triplet: DF, 42 and 3C. RGB value is (223,66,60). Sum of RGB (Red+Green+Blue) = 223+66+60=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF423C is #20BDC3. Grayscale: #707070. Windows color (decimal): -2145732 or 3949279. OLE color: 3949279.

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

Color convert

RGB 223 66 60 -
CMYK 0 0.70 0.73 0.13
HSL 2.21º 0.72% 0.55% -
HSV(B) 2.21º 0.73% 0.87% -
XYZ 33.2 19.91 6.37 -
YUV 112.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 223 66 60 0 0.70 0.73 0.13 2.21 0.72 0.55
Hex DF 42 3C 0 46 49 D 2 48 37
Octal 337 102 74 0 106 111 15 2 110 67
Binary 11011111 1000010 111100 0 1000110 1001001 1101 10 1001000 110111

Color Harmonies of #DF423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF423C

Black with #DF423C

Text Example


Text Example

White with #DF423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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