Html Css Color HEX #C74A33 Trinidad

📋 copy color: '#C74A33'

red 199 ◦ green 74 ◦ blue 51

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

Shades of Trinidad #C74A33

Tints of Trinidad #C74A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 61.42%
G = 22.84%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74A33 (or 0xC74A33) is known color: Trinidad. HEX triplet: C7, 4A and 33. RGB value is (199,74,51). Sum of RGB (Red+Green+Blue) = 199+74+51=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A33 is #38B5CC. Grayscale: #6C6C6C. Windows color (decimal): -3716557 or 3361479. OLE color: 3361479.

HSL color Cylindrical-coordinate representation of color #C74A33: hue angle of 9.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C74A33 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 74 51 -
CMYK 0 0.63 0.74 0.22
HSL 9.32º 0.59% 0.49% -
HSV(B) 9.32º 0.74% 0.78% -
XYZ 26.6 17.28 5.07 -
YUV 108.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 199 74 51 0 0.63 0.74 0.22 9.32 0.59 0.49
Hex C7 4A 33 0 3F 4A 16 9 3B 31
Octal 307 112 63 0 77 112 26 11 73 61
Binary 11000111 1001010 110011 0 111111 1001010 10110 1001 111011 110001

Color Harmonies of #C74A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A33

Black with #C74A33

Text Example


Text Example

White with #C74A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A33; }

 p { color: rgb(199,74,51); }

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

background-color css

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

 a { background-color: rgb(199,74,51); }

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

border-color css

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

 span { border-color: rgb(199,74,51); }

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