Html Css Color HEX #C74831 Trinidad

📋 copy color: '#C74831'

red 199 ◦ green 72 ◦ blue 49

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

Shades of Trinidad #C74831

Tints of Trinidad #C74831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 62.19%
G = 22.5%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74831 (or 0xC74831) is known color: Trinidad. HEX triplet: C7, 48 and 31. RGB value is (199,72,49). Sum of RGB (Red+Green+Blue) = 199+72+49=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C74831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74831 is #38B7CE. Grayscale: #6B6B6B. Windows color (decimal): -3717071 or 3229895. OLE color: 3229895.

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

Color convert

RGB 199 72 49 -
CMYK 0 0.64 0.75 0.22
HSL 9.2º 0.6% 0.49% -
HSV(B) 9.2º 0.75% 0.78% -
XYZ 26.42 17 4.79 -
YUV 107.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 199 72 49 0 0.64 0.75 0.22 9.2 0.6 0.49
Hex C7 48 31 0 40 4B 16 9 3C 31
Octal 307 110 61 0 100 113 26 11 74 61
Binary 11000111 1001000 110001 0 1000000 1001011 10110 1001 111100 110001

Color Harmonies of #C74831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74831

Black with #C74831

Text Example


Text Example

White with #C74831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74831; }

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

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

background-color css

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

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

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

border-color css

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

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

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