Html Css Color HEX #C74629 Trinidad

📋 copy color: '#C74629'

red 199 ◦ green 70 ◦ blue 41

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

Shades of Trinidad #C74629

Tints of Trinidad #C74629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 64.19%
G = 22.58%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74629 (or 0xC74629) is known color: Trinidad. HEX triplet: C7, 46 and 29. RGB value is (199,70,41). Sum of RGB (Red+Green+Blue) = 199+70+41=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C74629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74629 is #38B9D6. Grayscale: #696969. Windows color (decimal): -3717591 or 2705095. OLE color: 2705095.

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

Color convert

RGB 199 70 41 -
CMYK 0 0.65 0.79 0.22
HSL 11.01º 0.66% 0.47% -
HSV(B) 11.01º 0.79% 0.78% -
XYZ 26.14 16.68 3.94 -
YUV 105.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 199 70 41 0 0.65 0.79 0.22 11.01 0.66 0.47
Hex C7 46 29 0 41 4F 16 B 42 2F
Octal 307 106 51 0 101 117 26 13 102 57
Binary 11000111 1000110 101001 0 1000001 1001111 10110 1011 1000010 101111

Color Harmonies of #C74629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74629

Black with #C74629

Text Example


Text Example

White with #C74629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74629; }

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

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

background-color css

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

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

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

border-color css

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

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

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