Html Css Color HEX #D94C30 Cinnabar

📋 copy color: '#D94C30'

red 217 ◦ green 76 ◦ blue 48

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

Shades of Cinnabar #D94C30

Tints of Cinnabar #D94C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

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

R = 63.64%
G = 22.29%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94C30 (or 0xD94C30) is known color: Cinnabar. HEX triplet: D9, 4C and 30. RGB value is (217,76,48). Sum of RGB (Red+Green+Blue) = 217+76+48=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C30 is #26B3CF. Grayscale: #737373. Windows color (decimal): -2536400 or 3165401. OLE color: 3165401.

HSL color Cylindrical-coordinate representation of color #D94C30: hue angle of 9.94º 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 #D94C30 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 48 -
CMYK 0 0.65 0.78 0.15
HSL 9.94º 0.69% 0.52% -
HSV(B) 9.94º 0.78% 0.85% -
XYZ 31.73 20.13 5.01 -
YUV 114.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 217 76 48 0 0.65 0.78 0.15 9.94 0.69 0.52
Hex D9 4C 30 0 41 4E F A 45 34
Octal 331 114 60 0 101 116 17 12 105 64
Binary 11011001 1001100 110000 0 1000001 1001110 1111 1010 1000101 110100

Color Harmonies of #D94C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C30

Black with #D94C30

Text Example


Text Example

White with #D94C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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