Html Css Color HEX #C75527 Trinidad

📋 copy color: '#C75527'

red 199 ◦ green 85 ◦ blue 39

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

Shades of Trinidad #C75527

Tints of Trinidad #C75527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 61.61%
G = 26.32%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75527 (or 0xC75527) is known color: Trinidad. HEX triplet: C7, 55 and 27. RGB value is (199,85,39). Sum of RGB (Red+Green+Blue) = 199+85+39=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C75527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75527 is #38AAD8. Grayscale: #727272. Windows color (decimal): -3713753 or 2577863. OLE color: 2577863.

HSL color Cylindrical-coordinate representation of color #C75527: hue angle of 17.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C75527 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 39 -
CMYK 0 0.57 0.80 0.22
HSL 17.25º 0.67% 0.47% -
HSV(B) 17.25º 0.8% 0.78% -
XYZ 27.17 18.79 4.11 -
YUV 113.84 85.77 188.74 -
System Red Green Blue C M Y K H S L
Decimal 199 85 39 0 0.57 0.80 0.22 17.25 0.67 0.47
Hex C7 55 27 0 39 50 16 11 43 2F
Octal 307 125 47 0 71 120 26 21 103 57
Binary 11000111 1010101 100111 0 111001 1010000 10110 10001 1000011 101111

Color Harmonies of #C75527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75527

Black with #C75527

Text Example


Text Example

White with #C75527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75527; }

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

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

background-color css

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

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

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

border-color css

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

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

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