Html Css Color HEX #D94635 Cinnabar

📋 copy color: '#D94635'

red 217 ◦ green 70 ◦ blue 53

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

Shades of Cinnabar #D94635

Tints of Cinnabar #D94635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 63.82%
G = 20.59%
B = 15.59%

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

#D94635 (or 0xD94635) is known color: Cinnabar. HEX triplet: D9, 46 and 35. RGB value is (217,70,53). Sum of RGB (Red+Green+Blue) = 217+70+53=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94635 is #26B9CA. Grayscale: #707070. Windows color (decimal): -2537931 or 3491545. OLE color: 3491545.

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

Color convert

RGB 217 70 53 -
CMYK 0 0.68 0.76 0.15
HSL 6.22º 0.68% 0.53% -
HSV(B) 6.22º 0.76% 0.85% -
XYZ 31.45 19.39 5.45 -
YUV 112.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 217 70 53 0 0.68 0.76 0.15 6.22 0.68 0.53
Hex D9 46 35 0 44 4C F 6 44 35
Octal 331 106 65 0 104 114 17 6 104 65
Binary 11011001 1000110 110101 0 1000100 1001100 1111 110 1000100 110101

Color Harmonies of #D94635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94635

Black with #D94635

Text Example


Text Example

White with #D94635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94635; }

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

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

background-color css

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

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

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

border-color css

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

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

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