Html Css Color HEX #C75025 Trinidad

📋 copy color: '#C75025'

red 199 ◦ green 80 ◦ blue 37

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

Shades of Trinidad #C75025

Tints of Trinidad #C75025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 62.97%
G = 25.32%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75025 (or 0xC75025) is known color: Trinidad. HEX triplet: C7, 50 and 25. RGB value is (199,80,37). Sum of RGB (Red+Green+Blue) = 199+80+37=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C75025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75025 is #38AFDA. Grayscale: #6E6E6E. Windows color (decimal): -3715035 or 2445511. OLE color: 2445511.

HSL color Cylindrical-coordinate representation of color #C75025: hue angle of 15.93º 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 #C75025 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 37 -
CMYK 0 0.60 0.81 0.22
HSL 15.93º 0.69% 0.46% -
HSV(B) 15.93º 0.81% 0.78% -
XYZ 26.76 18.01 3.82 -
YUV 110.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 199 80 37 0 0.60 0.81 0.22 15.93 0.69 0.46
Hex C7 50 25 0 3C 51 16 10 45 2E
Octal 307 120 45 0 74 121 26 20 105 56
Binary 11000111 1010000 100101 0 111100 1010001 10110 10000 1000101 101110

Color Harmonies of #C75025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75025

Black with #C75025

Text Example


Text Example

White with #C75025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75025; }

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

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

background-color css

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

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

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

border-color css

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

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

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