Html Css Color HEX #D74C1F Trinidad

📋 copy color: '#D74C1F'

red 215 ◦ green 76 ◦ blue 31

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

Shades of Trinidad #D74C1F

Tints of Trinidad #D74C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 66.77%
G = 23.6%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D74C1F (or 0xD74C1F) is known color: Trinidad. HEX triplet: D7, 4C and 1F. RGB value is (215,76,31). Sum of RGB (Red+Green+Blue) = 215+76+31=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C1F is #28B3E0. Grayscale: #707070. Windows color (decimal): -2667489 or 2051287. OLE color: 2051287.

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

Color convert

RGB 215 76 31 -
CMYK 0 0.65 0.86 0.16
HSL 14.67º 0.75% 0.48% -
HSV(B) 14.67º 0.86% 0.84% -
XYZ 30.86 19.71 3.48 -
YUV 112.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 215 76 31 0 0.65 0.86 0.16 14.67 0.75 0.48
Hex D7 4C 1F 0 41 56 10 F 4B 30
Octal 327 114 37 0 101 126 20 17 113 60
Binary 11010111 1001100 11111 0 1000001 1010110 10000 1111 1001011 110000

Color Harmonies of #D74C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C1F

Black with #D74C1F

Text Example


Text Example

White with #D74C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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