#C74B25

Color #C74B25 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C74B25

Tints of Trinidad #C74B25

Color information

#C74B25 (or 0xC74B25) is unknown color: approx Trinidad. HEX triplet: C7, 4B and 25. RGB value is (199,75,37). Sum of RGB (Red+Green+Blue) = 199+75+37=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B25 is #38B4DA. Grayscale: #6C6C6C. Windows color (decimal): -3716315 or 2444231. OLE color: 2444231.

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

Color convert

RGB1997537-
CMYK00.620.810.22
HSL14.07º68.64%46.27%-
HSV(B)14.07º81.41%78.04%-
XYZ26.417.313.7-
YUV107.7488.08193.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=63.99%
G=24.12%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199753700.620.810.2214.0768.6446.27
HexC74B2503E5116e452e
Octal30711345076121261610556
Binary110001111001011100101011111010100011011011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B25; }

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

 H1.HeaderClassName
 {
   color: #C74B25;
 }
 .AnyTagClassName
 {
   color: #C74B25;
 }
</style>
background-color css

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

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

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

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

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

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