#C74323

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

Shades of Trinidad #C74323

Tints of Trinidad #C74323

Color information

#C74323 (or 0xC74323) is unknown color: approx Trinidad. HEX triplet: C7, 43 and 23. RGB value is (199,67,35). Sum of RGB (Red+Green+Blue) = 199+67+35=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74323 is #38BCDC. Grayscale: #676767. Windows color (decimal): -3718365 or 2311111. OLE color: 2311111.

HSL color Cylindrical-coordinate representation of color #C74323: hue angle of 11.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C74323 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1996735-
CMYK00.660.820.22
HSL11.71º70.09%45.88%-
HSV(B)11.71º82.41%78.04%-
XYZ25.8616.283.37-
YUV102.8289.73196.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.11%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 35 (14.06% from 255) = 11.63%
R=66.11%
G=22.26%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199673500.660.820.2211.7170.0945.88
HexC743230425216c462e
Octal307103430102122261410656
Binary1100011110000111000110100001010100101011011001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74323; }

 p { color: rgb(199,67,35); }

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

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

 a { background-color: rgb(199,67,35); }

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

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

 span { border-color: rgb(199,67,35); }

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