Html Css Color HEX #C74931 Trinidad

📋 copy color: '#C74931'

red 199 ◦ green 73 ◦ blue 49

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

Shades of Trinidad #C74931

Tints of Trinidad #C74931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 61.99%
G = 22.74%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74931 (or 0xC74931) is known color: Trinidad. HEX triplet: C7, 49 and 31. RGB value is (199,73,49). Sum of RGB (Red+Green+Blue) = 199+73+49=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C74931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74931 is #38B6CE. Grayscale: #6C6C6C. Windows color (decimal): -3716815 or 3230151. OLE color: 3230151.

HSL color Cylindrical-coordinate representation of color #C74931: hue angle of 9.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 #C74931 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 49 -
CMYK 0 0.63 0.75 0.22
HSL 9.6º 0.6% 0.49% -
HSV(B) 9.6º 0.75% 0.78% -
XYZ 26.49 17.13 4.82 -
YUV 107.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 199 73 49 0 0.63 0.75 0.22 9.6 0.6 0.49
Hex C7 49 31 0 3F 4B 16 A 3C 31
Octal 307 111 61 0 77 113 26 12 74 61
Binary 11000111 1001001 110001 0 111111 1001011 10110 1010 111100 110001

Color Harmonies of #C74931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74931

Black with #C74931

Text Example


Text Example

White with #C74931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74931; }

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

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

background-color css

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

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

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

border-color css

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

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

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