Html Css Color HEX #C74520 Trinidad

📋 copy color: '#C74520'

red 199 ◦ green 69 ◦ blue 32

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

Shades of Trinidad #C74520

Tints of Trinidad #C74520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 66.33%
G = 23%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C74520 (or 0xC74520) is known color: Trinidad. HEX triplet: C7, 45 and 20. RGB value is (199,69,32). Sum of RGB (Red+Green+Blue) = 199+69+32=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C74520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74520 is #38BADF. Grayscale: #676767. Windows color (decimal): -3717856 or 2115015. OLE color: 2115015.

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

Color convert

RGB 199 69 32 -
CMYK 0 0.65 0.84 0.22
HSL 13.29º 0.72% 0.45% -
HSV(B) 13.29º 0.84% 0.78% -
XYZ 25.94 16.5 3.18 -
YUV 103.65 87.57 196.01 -
System Red Green Blue C M Y K H S L
Decimal 199 69 32 0 0.65 0.84 0.22 13.29 0.72 0.45
Hex C7 45 20 0 41 54 16 D 48 2D
Octal 307 105 40 0 101 124 26 15 110 55
Binary 11000111 1000101 100000 0 1000001 1010100 10110 1101 1001000 101101

Color Harmonies of #C74520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74520

Black with #C74520

Text Example


Text Example

White with #C74520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74520; }

 p { color: rgb(199,69,32); }

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

background-color css

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

 a { background-color: rgb(199,69,32); }

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

border-color css

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

 span { border-color: rgb(199,69,32); }

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