Html Css Color HEX #D74C23 Trinidad

📋 copy color: '#D74C23'

red 215 ◦ green 76 ◦ blue 35

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

Shades of Trinidad #D74C23

Tints of Trinidad #D74C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 65.95%
G = 23.31%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D74C23 (or 0xD74C23) is known color: Trinidad. HEX triplet: D7, 4C and 23. RGB value is (215,76,35). Sum of RGB (Red+Green+Blue) = 215+76+35=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C23 is #28B3DC. Grayscale: #717171. Windows color (decimal): -2667485 or 2313431. OLE color: 2313431.

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

Color convert

RGB 215 76 35 -
CMYK 0 0.65 0.84 0.16
HSL 13.67º 0.72% 0.49% -
HSV(B) 13.67º 0.84% 0.84% -
XYZ 30.91 19.74 3.77 -
YUV 112.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 215 76 35 0 0.65 0.84 0.16 13.67 0.72 0.49
Hex D7 4C 23 0 41 54 10 E 48 31
Octal 327 114 43 0 101 124 20 16 110 61
Binary 11010111 1001100 100011 0 1000001 1010100 10000 1110 1001000 110001

Color Harmonies of #D74C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C23

Black with #D74C23

Text Example


Text Example

White with #D74C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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