Html Css Color HEX #C74729 Trinidad

📋 copy color: '#C74729'

red 199 ◦ green 71 ◦ blue 41

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

Shades of Trinidad #C74729

Tints of Trinidad #C74729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 63.99%
G = 22.83%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74729 (or 0xC74729) is known color: Trinidad. HEX triplet: C7, 47 and 29. RGB value is (199,71,41). Sum of RGB (Red+Green+Blue) = 199+71+41=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C74729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74729 is #38B8D6. Grayscale: #6A6A6A. Windows color (decimal): -3717335 or 2705351. OLE color: 2705351.

HSL color Cylindrical-coordinate representation of color #C74729: hue angle of 11.39º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C74729 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 41 -
CMYK 0 0.64 0.79 0.22
HSL 11.39º 0.66% 0.47% -
HSV(B) 11.39º 0.79% 0.78% -
XYZ 26.21 16.81 3.96 -
YUV 105.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 199 71 41 0 0.64 0.79 0.22 11.39 0.66 0.47
Hex C7 47 29 0 40 4F 16 B 42 2F
Octal 307 107 51 0 100 117 26 13 102 57
Binary 11000111 1000111 101001 0 1000000 1001111 10110 1011 1000010 101111

Color Harmonies of #C74729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74729

Black with #C74729

Text Example


Text Example

White with #C74729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74729; }

 p { color: rgb(199,71,41); }

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

background-color css

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

 a { background-color: rgb(199,71,41); }

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

border-color css

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

 span { border-color: rgb(199,71,41); }

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