Html Css Color HEX #D74F31 Trinidad

📋 copy color: '#D74F31'

red 215 ◦ green 79 ◦ blue 49

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

Shades of Trinidad #D74F31

Tints of Trinidad #D74F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 62.68%
G = 23.03%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74F31 (or 0xD74F31) is known color: Trinidad. HEX triplet: D7, 4F and 31. RGB value is (215,79,49). Sum of RGB (Red+Green+Blue) = 215+79+49=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F31 is #28B0CE. Grayscale: #747474. Windows color (decimal): -2666703 or 3231703. OLE color: 3231703.

HSL color Cylindrical-coordinate representation of color #D74F31: hue angle of 10.84º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D74F31 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 49 -
CMYK 0 0.63 0.77 0.16
HSL 10.84º 0.67% 0.52% -
HSV(B) 10.84º 0.77% 0.84% -
XYZ 31.37 20.26 5.16 -
YUV 116.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 215 79 49 0 0.63 0.77 0.16 10.84 0.67 0.52
Hex D7 4F 31 0 3F 4D 10 B 43 34
Octal 327 117 61 0 77 115 20 13 103 64
Binary 11010111 1001111 110001 0 111111 1001101 10000 1011 1000011 110100

Color Harmonies of #D74F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F31

Black with #D74F31

Text Example


Text Example

White with #D74F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F31; }

 p { color: rgb(215,79,49); }

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

background-color css

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

 a { background-color: rgb(215,79,49); }

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

border-color css

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

 span { border-color: rgb(215,79,49); }

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