Html Css Color HEX #C75325 Trinidad

📋 copy color: '#C75325'

red 199 ◦ green 83 ◦ blue 37

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

Shades of Trinidad #C75325

Tints of Trinidad #C75325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 62.38%
G = 26.02%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75325 (or 0xC75325) is known color: Trinidad. HEX triplet: C7, 53 and 25. RGB value is (199,83,37). Sum of RGB (Red+Green+Blue) = 199+83+37=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C75325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75325 is #38ACDA. Grayscale: #707070. Windows color (decimal): -3714267 or 2446279. OLE color: 2446279.

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

Color convert

RGB 199 83 37 -
CMYK 0 0.58 0.81 0.22
HSL 17.04º 0.69% 0.46% -
HSV(B) 17.04º 0.81% 0.78% -
XYZ 26.98 18.46 3.89 -
YUV 112.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 199 83 37 0 0.58 0.81 0.22 17.04 0.69 0.46
Hex C7 53 25 0 3A 51 16 11 45 2E
Octal 307 123 45 0 72 121 26 21 105 56
Binary 11000111 1010011 100101 0 111010 1010001 10110 10001 1000101 101110

Color Harmonies of #C75325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75325

Black with #C75325

Text Example


Text Example

White with #C75325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75325; }

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

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

background-color css

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

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

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

border-color css

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

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

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