#C74B1F

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

Shades of Trinidad #C74B1F

Tints of Trinidad #C74B1F

Color information

#C74B1F (or 0xC74B1F) is unknown color: approx Trinidad. HEX triplet: C7, 4B and 1F. RGB value is (199,75,31). Sum of RGB (Red+Green+Blue) = 199+75+31=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B1F is #38B4E0. Grayscale: #6B6B6B. Windows color (decimal): -3716321 or 2051015. OLE color: 2051015.

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

Color convert

RGB1997531-
CMYK00.620.840.22
HSL15.71º73.04%45.1%-
HSV(B)15.71º84.42%78.04%-
XYZ26.3217.273.24-
YUV107.0685.08193.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.25%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=65.25%
G=24.59%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199753100.620.840.2215.7173.0445.1
HexC74B1F03E541610492d
Octal30711337076124262011155
Binary110001111001011111110111110101010010110100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B1F; }

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

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

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

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

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

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

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

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