Html Css Color HEX #D74C1D Trinidad

📋 copy color: '#D74C1D'

red 215 ◦ green 76 ◦ blue 29

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

Shades of Trinidad #D74C1D

Tints of Trinidad #D74C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 67.19%
G = 23.75%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D74C1D (or 0xD74C1D) is known color: Trinidad. HEX triplet: D7, 4C and 1D. RGB value is (215,76,29). Sum of RGB (Red+Green+Blue) = 215+76+29=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C1D is #28B3E2. Grayscale: #707070. Windows color (decimal): -2667491 or 1920215. OLE color: 1920215.

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

Color convert

RGB 215 76 29 -
CMYK 0 0.65 0.87 0.16
HSL 15.16º 0.76% 0.48% -
HSV(B) 15.16º 0.87% 0.84% -
XYZ 30.83 19.7 3.34 -
YUV 112.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 215 76 29 0 0.65 0.87 0.16 15.16 0.76 0.48
Hex D7 4C 1D 0 41 57 10 F 4C 30
Octal 327 114 35 0 101 127 20 17 114 60
Binary 11010111 1001100 11101 0 1000001 1010111 10000 1111 1001100 110000

Color Harmonies of #D74C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C1D

Black with #D74C1D

Text Example


Text Example

White with #D74C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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