Html Css Color HEX #DF423B Cinnabar

📋 copy color: '#DF423B'

red 223 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #DF423B

Tints of Cinnabar #DF423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 64.08%
G = 18.97%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF423B (or 0xDF423B) is known color: Cinnabar. HEX triplet: DF, 42 and 3B. RGB value is (223,66,59). Sum of RGB (Red+Green+Blue) = 223+66+59=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF423B is #20BDC4. Grayscale: #707070. Windows color (decimal): -2145733 or 3883743. OLE color: 3883743.

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

Color convert

RGB 223 66 59 -
CMYK 0 0.70 0.74 0.13
HSL 2.56º 0.72% 0.55% -
HSV(B) 2.56º 0.74% 0.87% -
XYZ 33.17 19.9 6.23 -
YUV 112.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 223 66 59 0 0.70 0.74 0.13 2.56 0.72 0.55
Hex DF 42 3B 0 46 4A D 3 48 37
Octal 337 102 73 0 106 112 15 3 110 67
Binary 11011111 1000010 111011 0 1000110 1001010 1101 11 1001000 110111

Color Harmonies of #DF423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF423B

Black with #DF423B

Text Example


Text Example

White with #DF423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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