Html Css Color HEX #D74F32 Trinidad

📋 copy color: '#D74F32'

red 215 ◦ green 79 ◦ blue 50

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

Shades of Trinidad #D74F32

Tints of Trinidad #D74F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 62.5%
G = 22.97%
B = 14.53%

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

#D74F32 (or 0xD74F32) is known color: Trinidad. HEX triplet: D7, 4F and 32. RGB value is (215,79,50). Sum of RGB (Red+Green+Blue) = 215+79+50=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F32 is #28B0CD. Grayscale: #747474. Windows color (decimal): -2666702 or 3297239. OLE color: 3297239.

HSL color Cylindrical-coordinate representation of color #D74F32: hue angle of 10.55º 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 #D74F32 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 50 -
CMYK 0 0.63 0.77 0.16
HSL 10.55º 0.67% 0.52% -
HSV(B) 10.55º 0.77% 0.84% -
XYZ 31.4 20.27 5.28 -
YUV 116.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 215 79 50 0 0.63 0.77 0.16 10.55 0.67 0.52
Hex D7 4F 32 0 3F 4D 10 B 43 34
Octal 327 117 62 0 77 115 20 13 103 64
Binary 11010111 1001111 110010 0 111111 1001101 10000 1011 1000011 110100

Color Harmonies of #D74F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F32

Black with #D74F32

Text Example


Text Example

White with #D74F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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