Html Css Color HEX #DF423D Cinnabar

📋 copy color: '#DF423D'

red 223 ◦ green 66 ◦ blue 61

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

Shades of Cinnabar #DF423D

Tints of Cinnabar #DF423D

RGB

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

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

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

R = 63.71%
G = 18.86%
B = 17.43%

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

#DF423D (or 0xDF423D) is known color: Cinnabar. HEX triplet: DF, 42 and 3D. RGB value is (223,66,61). Sum of RGB (Red+Green+Blue) = 223+66+61=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF423D is #20BDC2. Grayscale: #707070. Windows color (decimal): -2145731 or 4014815. OLE color: 4014815.

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

Color convert

RGB 223 66 61 -
CMYK 0 0.70 0.73 0.13
HSL 1.85º 0.72% 0.56% -
HSV(B) 1.85º 0.73% 0.87% -
XYZ 33.22 19.92 6.51 -
YUV 112.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 223 66 61 0 0.70 0.73 0.13 1.85 0.72 0.56
Hex DF 42 3D 0 46 49 D 2 48 38
Octal 337 102 75 0 106 111 15 2 110 70
Binary 11011111 1000010 111101 0 1000110 1001001 1101 10 1001000 111000

Color Harmonies of #DF423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF423D

Black with #DF423D

Text Example


Text Example

White with #DF423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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