Html Css Color HEX #D94830 Cinnabar

📋 copy color: '#D94830'

red 217 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #D94830

Tints of Cinnabar #D94830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 64.39%
G = 21.36%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94830 (or 0xD94830) is known color: Cinnabar. HEX triplet: D9, 48 and 30. RGB value is (217,72,48). Sum of RGB (Red+Green+Blue) = 217+72+48=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D94830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94830 is #26B7CF. Grayscale: #707070. Windows color (decimal): -2537424 or 3164377. OLE color: 3164377.

HSL color Cylindrical-coordinate representation of color #D94830: hue angle of 8.52º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D94830 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 48 -
CMYK 0 0.67 0.78 0.15
HSL 8.52º 0.69% 0.52% -
HSV(B) 8.52º 0.78% 0.85% -
XYZ 31.47 19.6 4.92 -
YUV 112.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 217 72 48 0 0.67 0.78 0.15 8.52 0.69 0.52
Hex D9 48 30 0 43 4E F 9 45 34
Octal 331 110 60 0 103 116 17 11 105 64
Binary 11011001 1001000 110000 0 1000011 1001110 1111 1001 1000101 110100

Color Harmonies of #D94830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94830

Black with #D94830

Text Example


Text Example

White with #D94830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94830; }

 p { color: rgb(217,72,48); }

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

background-color css

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

 a { background-color: rgb(217,72,48); }

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

border-color css

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

 span { border-color: rgb(217,72,48); }

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