Html Css Color HEX #C74422 Trinidad

📋 copy color: '#C74422'

red 199 ◦ green 68 ◦ blue 34

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

Shades of Trinidad #C74422

Tints of Trinidad #C74422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

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

R = 66.11%
G = 22.59%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74422 (or 0xC74422) is known color: Trinidad. HEX triplet: C7, 44 and 22. RGB value is (199,68,34). Sum of RGB (Red+Green+Blue) = 199+68+34=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74422 is #38BBDD. Grayscale: #676767. Windows color (decimal): -3718110 or 2245831. OLE color: 2245831.

HSL color Cylindrical-coordinate representation of color #C74422: hue angle of 12.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 #C74422 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 34 -
CMYK 0 0.66 0.83 0.22
HSL 12.36º 0.71% 0.46% -
HSV(B) 12.36º 0.83% 0.78% -
XYZ 25.91 16.39 3.31 -
YUV 103.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 199 68 34 0 0.66 0.83 0.22 12.36 0.71 0.46
Hex C7 44 22 0 42 53 16 C 47 2E
Octal 307 104 42 0 102 123 26 14 107 56
Binary 11000111 1000100 100010 0 1000010 1010011 10110 1100 1000111 101110

Color Harmonies of #C74422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74422

Black with #C74422

Text Example


Text Example

White with #C74422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74422; }

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

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

background-color css

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

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

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

border-color css

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

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

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