Html Css Color HEX #C14621 Trinidad

📋 copy color: '#C14621'

red 193 ◦ green 70 ◦ blue 33

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

Shades of Trinidad #C14621

Tints of Trinidad #C14621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 65.2%
G = 23.65%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C14621 (or 0xC14621) is known color: Trinidad. HEX triplet: C1, 46 and 21. RGB value is (193,70,33). Sum of RGB (Red+Green+Blue) = 193+70+33=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C14621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14621 is #3EB9DE. Grayscale: #666666. Windows color (decimal): -4110815 or 2180801. OLE color: 2180801.

HSL color Cylindrical-coordinate representation of color #C14621: hue angle of 13.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14621 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 33 -
CMYK 0 0.64 0.83 0.24
HSL 13.88º 0.71% 0.44% -
HSV(B) 13.88º 0.83% 0.76% -
XYZ 24.46 15.83 3.2 -
YUV 102.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 193 70 33 0 0.64 0.83 0.24 13.88 0.71 0.44
Hex C1 46 21 0 40 53 18 E 47 2C
Octal 301 106 41 0 100 123 30 16 107 54
Binary 11000001 1000110 100001 0 1000000 1010011 11000 1110 1000111 101100

Color Harmonies of #C14621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14621

Black with #C14621

Text Example


Text Example

White with #C14621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14621; }

 p { color: rgb(193,70,33); }

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

background-color css

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

 a { background-color: rgb(193,70,33); }

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

border-color css

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

 span { border-color: rgb(193,70,33); }

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