Html Css Color HEX #C14829 Trinidad

📋 copy color: '#C14829'

red 193 ◦ green 72 ◦ blue 41

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

Shades of Trinidad #C14829

Tints of Trinidad #C14829

RGB

 RED value IS 193 (75.78% from 255) = 63.07%

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

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

R = 63.07%
G = 23.53%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C14829 (or 0xC14829) is known color: Trinidad. HEX triplet: C1, 48 and 29. RGB value is (193,72,41). Sum of RGB (Red+Green+Blue) = 193+72+41=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C14829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14829 is #3EB7D6. Grayscale: #686868. Windows color (decimal): -4110295 or 2705601. OLE color: 2705601.

HSL color Cylindrical-coordinate representation of color #C14829: hue angle of 12.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C14829 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 72 41 -
CMYK 0 0.63 0.79 0.24
HSL 12.24º 0.65% 0.46% -
HSV(B) 12.24º 0.79% 0.76% -
XYZ 24.71 16.13 3.91 -
YUV 104.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 193 72 41 0 0.63 0.79 0.24 12.24 0.65 0.46
Hex C1 48 29 0 3F 4F 18 C 41 2E
Octal 301 110 51 0 77 117 30 14 101 56
Binary 11000001 1001000 101001 0 111111 1001111 11000 1100 1000001 101110

Color Harmonies of #C14829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14829

Black with #C14829

Text Example


Text Example

White with #C14829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14829; }

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

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

background-color css

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

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

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

border-color css

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

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

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