Html Css Color HEX #C75125 Trinidad

📋 copy color: '#C75125'

red 199 ◦ green 81 ◦ blue 37

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

Shades of Trinidad #C75125

Tints of Trinidad #C75125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 62.78%
G = 25.55%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75125 (or 0xC75125) is known color: Trinidad. HEX triplet: C7, 51 and 25. RGB value is (199,81,37). Sum of RGB (Red+Green+Blue) = 199+81+37=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C75125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75125 is #38AEDA. Grayscale: #6F6F6F. Windows color (decimal): -3714779 or 2445767. OLE color: 2445767.

HSL color Cylindrical-coordinate representation of color #C75125: hue angle of 16.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75125 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 37 -
CMYK 0 0.59 0.81 0.22
HSL 16.3º 0.69% 0.46% -
HSV(B) 16.3º 0.81% 0.78% -
XYZ 26.83 18.16 3.84 -
YUV 111.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 199 81 37 0 0.59 0.81 0.22 16.3 0.69 0.46
Hex C7 51 25 0 3B 51 16 10 45 2E
Octal 307 121 45 0 73 121 26 20 105 56
Binary 11000111 1010001 100101 0 111011 1010001 10110 10000 1000101 101110

Color Harmonies of #C75125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75125

Black with #C75125

Text Example


Text Example

White with #C75125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75125; }

 p { color: rgb(199,81,37); }

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

background-color css

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

 a { background-color: rgb(199,81,37); }

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

border-color css

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

 span { border-color: rgb(199,81,37); }

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