Html Css Color HEX #D74D25 Trinidad

📋 copy color: '#D74D25'

red 215 ◦ green 77 ◦ blue 37

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

Shades of Trinidad #D74D25

Tints of Trinidad #D74D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 65.35%
G = 23.4%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D74D25 (or 0xD74D25) is known color: Trinidad. HEX triplet: D7, 4D and 25. RGB value is (215,77,37). Sum of RGB (Red+Green+Blue) = 215+77+37=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D25 is #28B2DA. Grayscale: #727272. Windows color (decimal): -2667227 or 2444759. OLE color: 2444759.

HSL color Cylindrical-coordinate representation of color #D74D25: hue angle of 13.48º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74D25 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 37 -
CMYK 0 0.64 0.83 0.16
HSL 13.48º 0.71% 0.49% -
HSV(B) 13.48º 0.83% 0.84% -
XYZ 31.01 19.89 3.95 -
YUV 113.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 215 77 37 0 0.64 0.83 0.16 13.48 0.71 0.49
Hex D7 4D 25 0 40 53 10 D 47 31
Octal 327 115 45 0 100 123 20 15 107 61
Binary 11010111 1001101 100101 0 1000000 1010011 10000 1101 1000111 110001

Color Harmonies of #D74D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D25

Black with #D74D25

Text Example


Text Example

White with #D74D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D25; }

 p { color: rgb(215,77,37); }

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

background-color css

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

 a { background-color: rgb(215,77,37); }

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

border-color css

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

 span { border-color: rgb(215,77,37); }

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