Html Css Color HEX #D94530 Cinnabar

📋 copy color: '#D94530'

red 217 ◦ green 69 ◦ blue 48

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

Shades of Cinnabar #D94530

Tints of Cinnabar #D94530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 64.97%
G = 20.66%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94530 (or 0xD94530) is known color: Cinnabar. HEX triplet: D9, 45 and 30. RGB value is (217,69,48). Sum of RGB (Red+Green+Blue) = 217+69+48=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D94530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94530 is #26BACF. Grayscale: #6F6F6F. Windows color (decimal): -2538192 or 3163609. OLE color: 3163609.

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

Color convert

RGB 217 69 48 -
CMYK 0 0.68 0.78 0.15
HSL 7.46º 0.69% 0.52% -
HSV(B) 7.46º 0.78% 0.85% -
XYZ 31.28 19.22 4.86 -
YUV 110.86 92.53 203.71 -
System Red Green Blue C M Y K H S L
Decimal 217 69 48 0 0.68 0.78 0.15 7.46 0.69 0.52
Hex D9 45 30 0 44 4E F 7 45 34
Octal 331 105 60 0 104 116 17 7 105 64
Binary 11011001 1000101 110000 0 1000100 1001110 1111 111 1000101 110100

Color Harmonies of #D94530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94530

Black with #D94530

Text Example


Text Example

White with #D94530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94530; }

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

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

background-color css

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

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

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

border-color css

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

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

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