Html Css Color HEX #D94B25 Cinnabar

📋 copy color: '#D94B25'

red 217 ◦ green 75 ◦ blue 37

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

Shades of Cinnabar #D94B25

Tints of Cinnabar #D94B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 65.96%
G = 22.8%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D94B25 (or 0xD94B25) is known color: Cinnabar. HEX triplet: D9, 4B and 25. RGB value is (217,75,37). Sum of RGB (Red+Green+Blue) = 217+75+37=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94B25 is #26B4DA. Grayscale: #717171. Windows color (decimal): -2536667 or 2444249. OLE color: 2444249.

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

Color convert

RGB 217 75 37 -
CMYK 0 0.65 0.83 0.15
HSL 12.67º 0.71% 0.5% -
HSV(B) 12.67º 0.83% 0.85% -
XYZ 31.47 19.92 3.94 -
YUV 113.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 217 75 37 0 0.65 0.83 0.15 12.67 0.71 0.5
Hex D9 4B 25 0 41 53 F D 47 32
Octal 331 113 45 0 101 123 17 15 107 62
Binary 11011001 1001011 100101 0 1000001 1010011 1111 1101 1000111 110010

Color Harmonies of #D94B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B25

Black with #D94B25

Text Example


Text Example

White with #D94B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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