Html Css Color HEX #D94634 Cinnabar

📋 copy color: '#D94634'

red 217 ◦ green 70 ◦ blue 52

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

Shades of Cinnabar #D94634

Tints of Cinnabar #D94634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 64.01%
G = 20.65%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94634 (or 0xD94634) is known color: Cinnabar. HEX triplet: D9, 46 and 34. RGB value is (217,70,52). Sum of RGB (Red+Green+Blue) = 217+70+52=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94634 is #26B9CB. Grayscale: #707070. Windows color (decimal): -2537932 or 3426009. OLE color: 3426009.

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

Color convert

RGB 217 70 52 -
CMYK 0 0.68 0.76 0.15
HSL 6.55º 0.68% 0.53% -
HSV(B) 6.55º 0.76% 0.85% -
XYZ 31.43 19.38 5.33 -
YUV 111.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 217 70 52 0 0.68 0.76 0.15 6.55 0.68 0.53
Hex D9 46 34 0 44 4C F 7 44 35
Octal 331 106 64 0 104 114 17 7 104 65
Binary 11011001 1000110 110100 0 1000100 1001100 1111 111 1000100 110101

Color Harmonies of #D94634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94634

Black with #D94634

Text Example


Text Example

White with #D94634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94634; }

 p { color: rgb(217,70,52); }

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

background-color css

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

 a { background-color: rgb(217,70,52); }

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

border-color css

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

 span { border-color: rgb(217,70,52); }

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