Html Css Color HEX #C75535 Trinidad

📋 copy color: '#C75535'

red 199 ◦ green 85 ◦ blue 53

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

Shades of Trinidad #C75535

Tints of Trinidad #C75535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 59.05%
G = 25.22%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75535 (or 0xC75535) is known color: Trinidad. HEX triplet: C7, 55 and 35. RGB value is (199,85,53). Sum of RGB (Red+Green+Blue) = 199+85+53=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C75535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75535 is #38AACA. Grayscale: #737373. Windows color (decimal): -3713739 or 3495367. OLE color: 3495367.

HSL color Cylindrical-coordinate representation of color #C75535: hue angle of 13.15º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C75535 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 53 -
CMYK 0 0.57 0.73 0.22
HSL 13.15º 0.58% 0.49% -
HSV(B) 13.15º 0.73% 0.78% -
XYZ 27.44 18.9 5.57 -
YUV 115.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 199 85 53 0 0.57 0.73 0.22 13.15 0.58 0.49
Hex C7 55 35 0 39 49 16 D 3A 31
Octal 307 125 65 0 71 111 26 15 72 61
Binary 11000111 1010101 110101 0 111001 1001001 10110 1101 111010 110001

Color Harmonies of #C75535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75535

Black with #C75535

Text Example


Text Example

White with #C75535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75535; }

 p { color: rgb(199,85,53); }

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

background-color css

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

 a { background-color: rgb(199,85,53); }

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

border-color css

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

 span { border-color: rgb(199,85,53); }

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