Html Css Color HEX #D9423B Cinnabar

📋 copy color: '#D9423B'

red 217 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #D9423B

Tints of Cinnabar #D9423B

RGB

 RED value IS 217 (85.16% from 255) = 63.45%

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

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

R = 63.45%
G = 19.3%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9423B (or 0xD9423B) is known color: Cinnabar. HEX triplet: D9, 42 and 3B. RGB value is (217,66,59). Sum of RGB (Red+Green+Blue) = 217+66+59=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9423B is #26BDC4. Grayscale: #6E6E6E. Windows color (decimal): -2538949 or 3883737. OLE color: 3883737.

HSL color Cylindrical-coordinate representation of color #D9423B: hue angle of 2.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9423B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 59 -
CMYK 0 0.70 0.73 0.15
HSL 2.66º 0.68% 0.54% -
HSV(B) 2.66º 0.73% 0.85% -
XYZ 31.35 18.96 6.15 -
YUV 110.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 217 66 59 0 0.70 0.73 0.15 2.66 0.68 0.54
Hex D9 42 3B 0 46 49 F 3 44 36
Octal 331 102 73 0 106 111 17 3 104 66
Binary 11011001 1000010 111011 0 1000110 1001001 1111 11 1000100 110110

Color Harmonies of #D9423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9423B

Black with #D9423B

Text Example


Text Example

White with #D9423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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