Html Css Color HEX #D74A1F Trinidad

📋 copy color: '#D74A1F'

red 215 ◦ green 74 ◦ blue 31

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

Shades of Trinidad #D74A1F

Tints of Trinidad #D74A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 67.19%
G = 23.13%
B = 9.69%

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

#D74A1F (or 0xD74A1F) is known color: Trinidad. HEX triplet: D7, 4A and 1F. RGB value is (215,74,31). Sum of RGB (Red+Green+Blue) = 215+74+31=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A1F is #28B5E0. Grayscale: #6F6F6F. Windows color (decimal): -2668001 or 2050775. OLE color: 2050775.

HSL color Cylindrical-coordinate representation of color #D74A1F: hue angle of 14.02º degrees, saturation: 0.75, 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 #D74A1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 31 -
CMYK 0 0.66 0.86 0.16
HSL 14.02º 0.75% 0.48% -
HSV(B) 14.02º 0.86% 0.84% -
XYZ 30.72 19.44 3.43 -
YUV 111.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 215 74 31 0 0.66 0.86 0.16 14.02 0.75 0.48
Hex D7 4A 1F 0 42 56 10 E 4B 30
Octal 327 112 37 0 102 126 20 16 113 60
Binary 11010111 1001010 11111 0 1000010 1010110 10000 1110 1001011 110000

Color Harmonies of #D74A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A1F

Black with #D74A1F

Text Example


Text Example

White with #D74A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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