Html Css Color HEX #C74E31 Trinidad

📋 copy color: '#C74E31'

red 199 ◦ green 78 ◦ blue 49

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

Shades of Trinidad #C74E31

Tints of Trinidad #C74E31

RGB

 RED value IS 199 (78.13% from 255) = 61.04%

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 61.04%
G = 23.93%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74E31 (or 0xC74E31) is known color: Trinidad. HEX triplet: C7, 4E and 31. RGB value is (199,78,49). Sum of RGB (Red+Green+Blue) = 199+78+49=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E31 is #38B1CE. Grayscale: #6F6F6F. Windows color (decimal): -3715535 or 3231431. OLE color: 3231431.

HSL color Cylindrical-coordinate representation of color #C74E31: hue angle of 11.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74E31 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 49 -
CMYK 0 0.61 0.75 0.22
HSL 11.6º 0.6% 0.49% -
HSV(B) 11.6º 0.75% 0.78% -
XYZ 26.83 17.81 4.93 -
YUV 110.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 199 78 49 0 0.61 0.75 0.22 11.6 0.6 0.49
Hex C7 4E 31 0 3D 4B 16 C 3C 31
Octal 307 116 61 0 75 113 26 14 74 61
Binary 11000111 1001110 110001 0 111101 1001011 10110 1100 111100 110001

Color Harmonies of #C74E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E31

Black with #C74E31

Text Example


Text Example

White with #C74E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E31; }

 p { color: rgb(199,78,49); }

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

background-color css

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

 a { background-color: rgb(199,78,49); }

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

border-color css

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

 span { border-color: rgb(199,78,49); }

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