Html Css Color HEX #D74925 Cinnabar

📋 copy color: '#D74925'

red 215 ◦ green 73 ◦ blue 37

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

Shades of Cinnabar #D74925

Tints of Cinnabar #D74925

RGB

 RED value IS 215 (84.38% from 255) = 66.15%

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 66.15%
G = 22.46%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D74925 (or 0xD74925) is known color: Cinnabar. HEX triplet: D7, 49 and 25. RGB value is (215,73,37). Sum of RGB (Red+Green+Blue) = 215+73+37=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D74925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74925 is #28B6DA. Grayscale: #6F6F6F. Windows color (decimal): -2668251 or 2443735. OLE color: 2443735.

HSL color Cylindrical-coordinate representation of color #D74925: hue angle of 12.13º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74925 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 37 -
CMYK 0 0.66 0.83 0.16
HSL 12.13º 0.71% 0.49% -
HSV(B) 12.13º 0.83% 0.84% -
XYZ 30.74 19.35 3.86 -
YUV 111.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 215 73 37 0 0.66 0.83 0.16 12.13 0.71 0.49
Hex D7 49 25 0 42 53 10 C 47 31
Octal 327 111 45 0 102 123 20 14 107 61
Binary 11010111 1001001 100101 0 1000010 1010011 10000 1100 1000111 110001

Color Harmonies of #D74925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74925

Black with #D74925

Text Example


Text Example

White with #D74925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74925; }

 p { color: rgb(215,73,37); }

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

background-color css

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

 a { background-color: rgb(215,73,37); }

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

border-color css

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

 span { border-color: rgb(215,73,37); }

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