Html Css Color HEX #D94035 Cinnabar

📋 copy color: '#D94035'

red 217 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #D94035

Tints of Cinnabar #D94035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 64.97%
G = 19.16%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94035 (or 0xD94035) is known color: Cinnabar. HEX triplet: D9, 40 and 35. RGB value is (217,64,53). Sum of RGB (Red+Green+Blue) = 217+64+53=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D94035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94035 is #26BFCA. Grayscale: #6C6C6C. Windows color (decimal): -2539467 or 3490009. OLE color: 3490009.

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

Color convert

RGB 217 64 53 -
CMYK 0 0.71 0.76 0.15
HSL 4.02º 0.68% 0.53% -
HSV(B) 4.02º 0.76% 0.85% -
XYZ 31.09 18.68 5.33 -
YUV 108.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 217 64 53 0 0.71 0.76 0.15 4.02 0.68 0.53
Hex D9 40 35 0 47 4C F 4 44 35
Octal 331 100 65 0 107 114 17 4 104 65
Binary 11011001 1000000 110101 0 1000111 1001100 1111 100 1000100 110101

Color Harmonies of #D94035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94035

Black with #D94035

Text Example


Text Example

White with #D94035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94035; }

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

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

background-color css

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

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

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

border-color css

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

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

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