Html Css Color HEX #C74829 Trinidad

📋 copy color: '#C74829'

red 199 ◦ green 72 ◦ blue 41

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

Shades of Trinidad #C74829

Tints of Trinidad #C74829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 63.78%
G = 23.08%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74829 (or 0xC74829) is known color: Trinidad. HEX triplet: C7, 48 and 29. RGB value is (199,72,41). Sum of RGB (Red+Green+Blue) = 199+72+41=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C74829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74829 is #38B7D6. Grayscale: #6A6A6A. Windows color (decimal): -3717079 or 2705607. OLE color: 2705607.

HSL color Cylindrical-coordinate representation of color #C74829: hue angle of 11.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C74829 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 41 -
CMYK 0 0.64 0.79 0.22
HSL 11.77º 0.66% 0.47% -
HSV(B) 11.77º 0.79% 0.78% -
XYZ 26.27 16.94 3.98 -
YUV 106.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 199 72 41 0 0.64 0.79 0.22 11.77 0.66 0.47
Hex C7 48 29 0 40 4F 16 C 42 2F
Octal 307 110 51 0 100 117 26 14 102 57
Binary 11000111 1001000 101001 0 1000000 1001111 10110 1100 1000010 101111

Color Harmonies of #C74829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74829

Black with #C74829

Text Example


Text Example

White with #C74829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74829; }

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

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

background-color css

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

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

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

border-color css

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

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

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