Html Css Color HEX #C74623 Trinidad

📋 copy color: '#C74623'

red 199 ◦ green 70 ◦ blue 35

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

Shades of Trinidad #C74623

Tints of Trinidad #C74623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 65.46%
G = 23.03%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C74623 (or 0xC74623) is known color: Trinidad. HEX triplet: C7, 46 and 23. RGB value is (199,70,35). Sum of RGB (Red+Green+Blue) = 199+70+35=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74623 is #38B9DC. Grayscale: #686868. Windows color (decimal): -3717597 or 2311879. OLE color: 2311879.

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

Color convert

RGB 199 70 35 -
CMYK 0 0.65 0.82 0.22
HSL 12.8º 0.7% 0.46% -
HSV(B) 12.8º 0.82% 0.78% -
XYZ 26.05 16.64 3.43 -
YUV 104.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 199 70 35 0 0.65 0.82 0.22 12.8 0.7 0.46
Hex C7 46 23 0 41 52 16 D 46 2E
Octal 307 106 43 0 101 122 26 15 106 56
Binary 11000111 1000110 100011 0 1000001 1010010 10110 1101 1000110 101110

Color Harmonies of #C74623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74623

Black with #C74623

Text Example


Text Example

White with #C74623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74623; }

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

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

background-color css

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

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

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

border-color css

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

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

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