Html Css Color HEX #C74730 Trinidad

📋 copy color: '#C74730'

red 199 ◦ green 71 ◦ blue 48

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

Shades of Trinidad #C74730

Tints of Trinidad #C74730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 62.58%
G = 22.33%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C74730 (or 0xC74730) is known color: Trinidad. HEX triplet: C7, 47 and 30. RGB value is (199,71,48). Sum of RGB (Red+Green+Blue) = 199+71+48=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C74730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74730 is #38B8CF. Grayscale: #6A6A6A. Windows color (decimal): -3717328 or 3164103. OLE color: 3164103.

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

Color convert

RGB 199 71 48 -
CMYK 0 0.64 0.76 0.22
HSL 9.14º 0.61% 0.48% -
HSV(B) 9.14º 0.76% 0.78% -
XYZ 26.34 16.86 4.66 -
YUV 106.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 199 71 48 0 0.64 0.76 0.22 9.14 0.61 0.48
Hex C7 47 30 0 40 4C 16 9 3D 30
Octal 307 107 60 0 100 114 26 11 75 60
Binary 11000111 1000111 110000 0 1000000 1001100 10110 1001 111101 110000

Color Harmonies of #C74730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74730

Black with #C74730

Text Example


Text Example

White with #C74730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74730; }

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

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

background-color css

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

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

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

border-color css

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

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

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