Html Css Color HEX #D74A1E Trinidad

📋 copy color: '#D74A1E'

red 215 ◦ green 74 ◦ blue 30

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

Shades of Trinidad #D74A1E

Tints of Trinidad #D74A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 67.4%
G = 23.2%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D74A1E (or 0xD74A1E) is known color: Trinidad. HEX triplet: D7, 4A and 1E. RGB value is (215,74,30). Sum of RGB (Red+Green+Blue) = 215+74+30=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A1E is #28B5E1. Grayscale: #6F6F6F. Windows color (decimal): -2668002 or 1985239. OLE color: 1985239.

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

Color convert

RGB 215 74 30 -
CMYK 0 0.66 0.86 0.16
HSL 14.27º 0.76% 0.48% -
HSV(B) 14.27º 0.86% 0.84% -
XYZ 30.71 19.44 3.36 -
YUV 111.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 215 74 30 0 0.66 0.86 0.16 14.27 0.76 0.48
Hex D7 4A 1E 0 42 56 10 E 4C 30
Octal 327 112 36 0 102 126 20 16 114 60
Binary 11010111 1001010 11110 0 1000010 1010110 10000 1110 1001100 110000

Color Harmonies of #D74A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A1E

Black with #D74A1E

Text Example


Text Example

White with #D74A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A1E; }

 p { color: rgb(215,74,30); }

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

background-color css

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

 a { background-color: rgb(215,74,30); }

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

border-color css

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

 span { border-color: rgb(215,74,30); }

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