Html Css Color HEX #C75028 Trinidad

📋 copy color: '#C75028'

red 199 ◦ green 80 ◦ blue 40

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

Shades of Trinidad #C75028

Tints of Trinidad #C75028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 62.38%
G = 25.08%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75028 (or 0xC75028) is known color: Trinidad. HEX triplet: C7, 50 and 28. RGB value is (199,80,40). Sum of RGB (Red+Green+Blue) = 199+80+40=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C75028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75028 is #38AFD7. Grayscale: #6F6F6F. Windows color (decimal): -3715032 or 2642119. OLE color: 2642119.

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

Color convert

RGB 199 80 40 -
CMYK 0 0.60 0.80 0.22
HSL 15.09º 0.67% 0.47% -
HSV(B) 15.09º 0.8% 0.78% -
XYZ 26.8 18.03 4.08 -
YUV 111.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 199 80 40 0 0.60 0.80 0.22 15.09 0.67 0.47
Hex C7 50 28 0 3C 50 16 F 43 2F
Octal 307 120 50 0 74 120 26 17 103 57
Binary 11000111 1010000 101000 0 111100 1010000 10110 1111 1000011 101111

Color Harmonies of #C75028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75028

Black with #C75028

Text Example


Text Example

White with #C75028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75028; }

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

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

background-color css

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

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

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

border-color css

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

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

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