Html Css Color HEX #D94B40 Cinnabar

📋 copy color: '#D94B40'

red 217 ◦ green 75 ◦ blue 64

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

Shades of Cinnabar #D94B40

Tints of Cinnabar #D94B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 60.96%
G = 21.07%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D94B40 (or 0xD94B40) is known color: Cinnabar. HEX triplet: D9, 4B and 40. RGB value is (217,75,64). Sum of RGB (Red+Green+Blue) = 217+75+64=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94B40 is #26B4BF. Grayscale: #747474. Windows color (decimal): -2536640 or 4213721. OLE color: 4213721.

HSL color Cylindrical-coordinate representation of color #D94B40: hue angle of 4.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94B40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 75 64 -
CMYK 0 0.65 0.71 0.15
HSL 4.31º 0.67% 0.55% -
HSV(B) 4.31º 0.71% 0.85% -
XYZ 32.06 20.15 7.05 -
YUV 116.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 217 75 64 0 0.65 0.71 0.15 4.31 0.67 0.55
Hex D9 4B 40 0 41 47 F 4 43 37
Octal 331 113 100 0 101 107 17 4 103 67
Binary 11011001 1001011 1000000 0 1000001 1000111 1111 100 1000011 110111

Color Harmonies of #D94B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B40

Black with #D94B40

Text Example


Text Example

White with #D94B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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