Html Css Color HEX #C74C33 Trinidad

📋 copy color: '#C74C33'

red 199 ◦ green 76 ◦ blue 51

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

Shades of Trinidad #C74C33

Tints of Trinidad #C74C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

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

R = 61.04%
G = 23.31%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74C33 (or 0xC74C33) is known color: Trinidad. HEX triplet: C7, 4C and 33. RGB value is (199,76,51). Sum of RGB (Red+Green+Blue) = 199+76+51=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74C33 is #38B3CC. Grayscale: #6E6E6E. Windows color (decimal): -3716045 or 3361991. OLE color: 3361991.

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

Color convert

RGB 199 76 51 -
CMYK 0 0.62 0.74 0.22
HSL 10.14º 0.59% 0.49% -
HSV(B) 10.14º 0.74% 0.78% -
XYZ 26.74 17.55 5.11 -
YUV 109.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 199 76 51 0 0.62 0.74 0.22 10.14 0.59 0.49
Hex C7 4C 33 0 3E 4A 16 A 3B 31
Octal 307 114 63 0 76 112 26 12 73 61
Binary 11000111 1001100 110011 0 111110 1001010 10110 1010 111011 110001

Color Harmonies of #C74C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C33

Black with #C74C33

Text Example


Text Example

White with #C74C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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