Html Css Color HEX #D94735 Cinnabar

📋 copy color: '#D94735'

red 217 ◦ green 71 ◦ blue 53

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

Shades of Cinnabar #D94735

Tints of Cinnabar #D94735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 63.64%
G = 20.82%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94735 (or 0xD94735) is known color: Cinnabar. HEX triplet: D9, 47 and 35. RGB value is (217,71,53). Sum of RGB (Red+Green+Blue) = 217+71+53=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94735 is #26B8CA. Grayscale: #707070. Windows color (decimal): -2537675 or 3491801. OLE color: 3491801.

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

Color convert

RGB 217 71 53 -
CMYK 0 0.67 0.76 0.15
HSL 6.59º 0.68% 0.53% -
HSV(B) 6.59º 0.76% 0.85% -
XYZ 31.51 19.52 5.47 -
YUV 112.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 217 71 53 0 0.67 0.76 0.15 6.59 0.68 0.53
Hex D9 47 35 0 43 4C F 7 44 35
Octal 331 107 65 0 103 114 17 7 104 65
Binary 11011001 1000111 110101 0 1000011 1001100 1111 111 1000100 110101

Color Harmonies of #D94735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94735

Black with #D94735

Text Example


Text Example

White with #D94735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94735; }

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

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

background-color css

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

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

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

border-color css

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

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

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