Html Css Color HEX #D74C24 Trinidad

📋 copy color: '#D74C24'

red 215 ◦ green 76 ◦ blue 36

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

Shades of Trinidad #D74C24

Tints of Trinidad #D74C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 65.75%
G = 23.24%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D74C24 (or 0xD74C24) is known color: Trinidad. HEX triplet: D7, 4C and 24. RGB value is (215,76,36). Sum of RGB (Red+Green+Blue) = 215+76+36=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C24 is #28B3DB. Grayscale: #717171. Windows color (decimal): -2667484 or 2378967. OLE color: 2378967.

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

Color convert

RGB 215 76 36 -
CMYK 0 0.65 0.83 0.16
HSL 13.41º 0.71% 0.49% -
HSV(B) 13.41º 0.83% 0.84% -
XYZ 30.93 19.74 3.85 -
YUV 113 84.55 200.75 -
System Red Green Blue C M Y K H S L
Decimal 215 76 36 0 0.65 0.83 0.16 13.41 0.71 0.49
Hex D7 4C 24 0 41 53 10 D 47 31
Octal 327 114 44 0 101 123 20 15 107 61
Binary 11010111 1001100 100100 0 1000001 1010011 10000 1101 1000111 110001

Color Harmonies of #D74C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C24

Black with #D74C24

Text Example


Text Example

White with #D74C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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