Html Css Color HEX #C74B31 Trinidad

📋 copy color: '#C74B31'

red 199 ◦ green 75 ◦ blue 49

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

Shades of Trinidad #C74B31

Tints of Trinidad #C74B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 61.61%
G = 23.22%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74B31 (or 0xC74B31) is known color: Trinidad. HEX triplet: C7, 4B and 31. RGB value is (199,75,49). Sum of RGB (Red+Green+Blue) = 199+75+49=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B31 is #38B4CE. Grayscale: #6D6D6D. Windows color (decimal): -3716303 or 3230663. OLE color: 3230663.

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

Color convert

RGB 199 75 49 -
CMYK 0 0.62 0.75 0.22
HSL 10.4º 0.6% 0.49% -
HSV(B) 10.4º 0.75% 0.78% -
XYZ 26.62 17.4 4.86 -
YUV 109.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 199 75 49 0 0.62 0.75 0.22 10.4 0.6 0.49
Hex C7 4B 31 0 3E 4B 16 A 3C 31
Octal 307 113 61 0 76 113 26 12 74 61
Binary 11000111 1001011 110001 0 111110 1001011 10110 1010 111100 110001

Color Harmonies of #C74B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B31

Black with #C74B31

Text Example


Text Example

White with #C74B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B31; }

 p { color: rgb(199,75,49); }

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

background-color css

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

 a { background-color: rgb(199,75,49); }

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

border-color css

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

 span { border-color: rgb(199,75,49); }

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