Html Css Color HEX #C74F22 Trinidad

📋 copy color: '#C74F22'

red 199 ◦ green 79 ◦ blue 34

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

Shades of Trinidad #C74F22

Tints of Trinidad #C74F22

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 63.78%
G = 25.32%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74F22 (or 0xC74F22) is known color: Trinidad. HEX triplet: C7, 4F and 22. RGB value is (199,79,34). Sum of RGB (Red+Green+Blue) = 199+79+34=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F22 is #38B0DD. Grayscale: #6E6E6E. Windows color (decimal): -3715294 or 2248647. OLE color: 2248647.

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

Color convert

RGB 199 79 34 -
CMYK 0 0.60 0.83 0.22
HSL 16.36º 0.71% 0.46% -
HSV(B) 16.36º 0.83% 0.78% -
XYZ 26.64 17.85 3.55 -
YUV 109.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 199 79 34 0 0.60 0.83 0.22 16.36 0.71 0.46
Hex C7 4F 22 0 3C 53 16 10 47 2E
Octal 307 117 42 0 74 123 26 20 107 56
Binary 11000111 1001111 100010 0 111100 1010011 10110 10000 1000111 101110

Color Harmonies of #C74F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F22

Black with #C74F22

Text Example


Text Example

White with #C74F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F22; }

 p { color: rgb(199,79,34); }

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

background-color css

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

 a { background-color: rgb(199,79,34); }

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

border-color css

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

 span { border-color: rgb(199,79,34); }

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